- Fri Jun 26, 2015 12:49 pm
#21784
Which type of usb-rs232 converter are you using, I know some of the PL2303 drivers do not allow odd baud rates yet some do, it is not a hardware limitation, it is the actual driver.
The FTDI drivers seem a bit more solid but there still maybe some out there that do not do everything.
So it could be a driver issue is all I am saying..
It has been a while since I used my macbook for hardware dev, but I seem to remember not having any issues setting odd baud rates on occasions just using screen and terminal.. if you have a scope handy might be worth trying some loopback tests and sending out some 'UUUUUU's (0x55 ascii)
Any help ?
http://dtucker.co.uk/work/the-definitve-guide-to-setting-up-a-usb-serial-adapter-and-iterm2-on-osx.html76800 baud was one of the standard baud rates years ago, not sure why it is hardly supported any longer.
ok, yuk, I just pulled out my macbook pro and had a play with 'screen'
if you set the baud to 76800 you get 9600 baud.
set to 115k works, set to 76800 and it defaults back to 9600.
no warnings whatsoever.
That was with a PL2303, unfortunately I don't have the FTDI drivers installed atm, yet the arduino IDE works fine with my ftdi and opens the terminal. at least I dont think its installed, I couldnt find it on the /dev/tty* list .. the pl2303 was easy.