home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / ms / programm / 7360 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.4 KB

  1. Path: sparky!uunet!psgrain!percy!data!courtney
  2. From: courtney@data.rain.com (Courtney Meissen)
  3. Newsgroups: comp.windows.ms.programmer
  4. Subject: Windows and high (>19.2K) baud rates
  5. Message-ID: <698@data.rain.com>
  6. Date: 25 Jul 92 23:08:28 GMT
  7. Organization: Microtek DSD, Hillsboro, OR
  8. Lines: 29
  9.  
  10.  
  11.  
  12. Questions on Serial communications from Windows:
  13.  
  14. 1) Standard Windows API's don't accept baud rates higher than 19200
  15.    (API's like BuildCommDCB(), SetCommState()).
  16.  
  17.    Is there a workaround from Windows?
  18.    What are the baud rate indices in the 3.1 Windows.h (CBR_*) for?
  19.       They are not used by any of the sample code in the 3.1 SDK.
  20.  
  21.    If I ignore the API's and set up the DCB myself, SetCommState
  22.       still fails (don't know what the error codes mean, this one
  23.       returns -5).
  24.    I would be willing to talk to the port directly, but I see that
  25.       the Dos int $14 functions only document a maximum baud of 19200
  26.       (int $14, function 4 - Extended initialize comm port).
  27.  
  28.    Is there an inherent limit of 19200 with Windows since it is built
  29.       on top of Dos?
  30.    Are there any substitute comm.drv drivers for Windows that would
  31.       support higher baud rates?
  32.  
  33. Please help!!
  34. -- 
  35. Courtney Meissen           Microtek Development Systems Division
  36. courtney@data.rain.com           3300 NW 211th Terrace
  37. uunet!intelhf!percy!data!courtney  Hillsboro, OR  97124  (503)645-7333x446
  38. "There's a light at the end of the tunnel.. I hope it ain't no train."
  39.