home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / io / serial / readme.txt < prev    next >
Text File  |  1996-01-17  |  1KB  |  35 lines

  1. Communications Demonstration
  2.  
  3.  
  4. SUMMARY
  5. =======
  6.  
  7. The COMM sample (TTY) is designed to demonstrate using the Win32 
  8. communications functions while maintaining a common code base with 
  9. 16-bit Windows code.
  10.  
  11. MORE INFORMATION
  12. ================
  13.  
  14. The program performs communications using the functions OpenFile, ReadFile, 
  15. SetCommState, SetCommMask, WaitCommEvent, WriteFile, and CloseFile.
  16.  
  17. The program creates a background thread to watch for COMM receiver events 
  18. and posts a notification message to the main terminal window. Foreground 
  19. character processing is written to the communications port.
  20.  
  21. Simple TTY character translation is performed and a screen buffer is 
  22. implemented for use as the I/O window.
  23.  
  24. Overlapped file I/O techniques are demonstrated.
  25.  
  26. Usage:
  27.  
  28. The baud rate, data bits, stop bits, parity, port, RTS/CTS handshaking, 
  29. DTR/DSR handshaking, and XON/XOFF handshaking can be changed under the 
  30. Settings menu item.
  31.  
  32. Once the communications settings are set, the Action menu item can be 
  33. selected to connect or disconnect the program.
  34.  
  35.