Replies: 5 comments 7 replies
-
Or use arduino nano as ttl converter ?) |
Beta Was this translation helpful? Give feedback.
-
strange, after these settings pico pi is not recognized as a device in the system... |
Beta Was this translation helpful? Give feedback.
-
Can I ask you to add examples for working with serial? There is practically little devoted to this topic, if I was attentive. and there are a lot of questions... |
Beta Was this translation helpful? Give feedback.
-
YES!! You are the best!!! |
Beta Was this translation helpful? Give feedback.
-
Today I started testing data transmission and realized that the most adequate speed is 115200, and the connection with my software is established adequately and data transmission is received without loss... is this speed the norm? I used to work at 38400 speed... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon I ask for advice...
I have a project on mega2560, it works with uart and sd card, and transmits data via serial to a program on a computer, the program collects data and analyzes it. due to the slow operation of the mega2560 with an sd card, I decided to switch to pico pi - I use Arduino IDE, I am very pleased with the speed of working with an sd card, but I encountered a problem transferring data to serial using usb pico pi to receive and transmit data..
Moreover, commands from my program pico pi accepts and processes them, namely the software does not accept data from pico pi... I thought that the problem was in the software, I tried a simple sketch using serial.print and a terminal program to analyze what was happening. As a result, despite the fact that the com port number and speed are correctly specified, the terminal does not accept data from the pico pi. So the question is: how can this problem be solved? I would like to use USB pico pi specifically for receiving and transmitting data using serial.print? if possible, please show me a couple of examples for a sample... thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions