-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Add more info. Here I use FT4232H to test high speed with 3M baudrate. I use ORSSerial library or coolTerm to switch 3M baudrate but all not work in Mac(got nil response), only works in Windows. Has anyone tried? |
Beta Was this translation helpful? Give feedback.
-
This is a function of the driver and specific USB to serial hardware you're using. You can try setting |
Beta Was this translation helpful? Give feedback.
This is a function of the driver and specific USB to serial hardware you're using. You can try setting
serialPort.allowsNonStandardBaudRates = true
and then setting your high baud rate using thebaudRate
property, but that may or may not work, and the underlying system API that ORSSerialPort uses doesn't really provide any direct feedback on whether it did or not.