serial data reading with pico
-
- Posts: 9
- Joined: Tue Jul 19, 2022 4:33 pm
Re: serial data reading with pico
.
Last edited by filip12241224 on Thu Sep 01, 2022 5:48 pm, edited 1 time in total.
Re: serial data reading with pico
In my old days, it always worked to connect RTS,CTS and DTR on each side of the RS232 cable.
You loose the handshake capability, but you can send data over;
You loose the handshake capability, but you can send data over;
A few hours of debugging might save you from minutes of reading the documentation!
My repositories: https://github.com/karfas
My repositories: https://github.com/karfas
Re: serial data reading with pico
Sounds familiar, but there is only RTS and DSR at the device, so it should not matter leaving them open.
When doing stuff like that, people should have at least a Multimeter and a simple logic analyzer. Otherwise you end up lost.
When doing stuff like that, people should have at least a Multimeter and a simple logic analyzer. Otherwise you end up lost.