Chat freely about anything...

User avatar
By CptanPanic
#23230 It doesn't seem that the 2 usb serial devices I have PL2302, and cp210x have driver support that let me see 74880 baud. Looking at the driver for ftdi doesn't look like that works either. Has anyone gotten this to work? And if so what serial adapter and software are you using?
Thanks.
User avatar
By lethe
#23242 I've been able to receive serial data at 74880 baud with a (most likely fake) ftdi breakout board using a python script (I just used some random script from github). The script does not work with the CP210x on a nodemcu 1.0 dev board. I did not test any of my PL2302, so no idea if they'll work.
Most terminal programs won't work at 74880 baud, since most of them use the termios.h functions, which only defines standard baud rates.