Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Javadoc for SerialPort.setBaudRate() to add warning about ba…
…ud rates > 230400 on Apple computers & elaborate upon the constraints imposed by USB-serial adapters upon baudrate selection. USB-serial baudrate is one of those things that generally "just works" at or below 115200 baud, but can fail at faster rates for reasons that aren't intuitive or obvious until you discover that the data is "really" being transferred across the USB bus in 64-byte chunks once per millisecond.
- Loading branch information