Changeset 488 in xtideuniversalbios for trunk/Serial_Server/win32/Win32.cpp


Ignore:
Timestamp:
Dec 11, 2012, 3:36:21 PM (11 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Removed unused '4' entry from Strings.asm and recompressed. Added 8x multiplier value for serial drives. Wrapped some preprocessor symbol references so that 'make xt_unused' analysis continues to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Serial_Server/win32/Win32.cpp

    r376 r488  
    7171    "  -b BaudRate         Baud rate to use on the COM port, with client machine",
    7272    "                      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",
    7778    "                      (default is 9600, 115.2K when in named pipe mode)",
    7879    "",
Note: See TracChangeset for help on using the changeset viewer.