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 .
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?
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.