This website requires JavaScript.
Explore
Help
Sign In
Myth
/
serial
Watch
1
Star
0
Fork
0
You've already forked serial
mirror of
https://github.com/wjwwood/serial.git
synced
2026-01-22 11:44:53 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
serial
/
src
History
William Woodall
667eedeb2f
Adding baudrates: 1000000, 11520000, 2000000, 2500000, 3000000, 3500000, and 4000000 to the unix.cc implementation. This is an attempting to work around issue
#18
, needs testing on a non-USB serial adapter that can handle higher baudrates.
2012-07-08 19:45:35 -05:00
..
impl
Adding baudrates: 1000000, 11520000, 2000000, 2500000, 3000000, 3500000, and 4000000 to the unix.cc implementation. This is an attempting to work around issue
#18
, needs testing on a non-USB serial adapter that can handle higher baudrates.
2012-07-08 19:45:35 -05:00
serial.cc
Fixing a bug in the unix write code which may have prevented it from writing in some cases, and updating some of the comments and error messages in the write function that still read like the read function
2012-06-14 18:51:24 -05:00