Serial connection

Hi,

has something changed with how the USB-serial interface is working? I cannot get picocom to work anymore (baud rate 9600). The web-interface through Chrome works. socat works with: socat /dev/ttyACM0,b9600,echo=1 STDOUT .

On linux-ubuntu.

– gaute

Hi Gauteh!

I just started tinkering with picocom a few weeks ago!

Here is the command I used to invoke it.

picocom --echo --omap=crcrlf /dev/ttyACM0

To my knowledge, we haven’t changed anything.

Are you saying that you are able to use picocom (in your traditional way) on an older version of firmware, and now it doesn’t work on the latest firmware?

Best,
Zak

1 Like

I’ll try your command,I only tried changing imap. It has worked for several years :blush: but I haven’t tried in a while.

I only just started using picocom, so I don’t really have a point of reference.

I do wonder if picocom had any updates recently? Like I said, I don’t believe we changed anything regarding the USB. Perhaps the way Linux exposes the device has changed.

Anyway, I’m excited to hear your thoughts and if it works out for you.

~Zak