Changeset 488 in xtideuniversalbios for trunk/Serial_Server
- Timestamp:
- Dec 11, 2012, 3:36:21 PM (12 years ago)
- google:author:
- gregli@hotmail.com
- Location:
- trunk/Serial_Server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/library/Serial.cpp
r376 r488 40 40 { 230400, 0xff, "230.4K" }, 41 41 { 460800, 0xff, "460.8K" }, 42 { 921600, 0xff, "921.6K" }, 42 43 { 0, 0, "Unknown" }, 43 44 }; -
trunk/Serial_Server/win32/Win32.cpp
r376 r488 71 71 " -b BaudRate Baud rate to use on the COM port, with client machine", 72 72 " rate multiplier in effect:", 73 " None: 2400, 4800, 9600, 28.8K, 57.6K, 115.2K", 74 " 2x: 4800, 9600, 19200, 57.6K, 115.2K, 230.4K", 75 " 4x: 9600, 19200, 38400, 115.2K, 230.4K, 460.8K", 76 " and for completeness: 76.8K, 153.6K", 73 " None: 2400, 4800, 9600, 28.8K, 57.6K, 115.2K", 74 " 2x: 4800, 9600, 19200, 57.6K, 115.2K, 230.4K", 75 " 4x: 9600, 19200, 38400, 115.2K, 230.4K, 460.8K", 76 " 8x: 19200, 38400, 115.2K, 230.4K, 460.8K, 921.6K", 77 " and for completeness: 76.8K, 153.6K", 77 78 " (default is 9600, 115.2K when in named pipe mode)", 78 79 "",
Note:
See TracChangeset
for help on using the changeset viewer.