This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ser-unix.c Baudrates



   Date: Tue, 16 Mar 1999 11:30:24 +0100
   From: Hendrik Ruijter <Hendrik.Ruijter@axis.com>

   In gdb 4.17 the host side supports at most
   38400 and silently accepts 57600 and 115200
   with set remotebaud which is odd.

   Suggest support in ser-unix.c of higher baudrates
   588,589d587
   <   {57600, B57600},
   <   {115200, B115200},

Stu Grossman added these last May, along with B230400 and B460800(!),
so these will be in 4.18.

It would be a good idea for ser-unix to complain about invalid baud
rates though.

								Stan