Hi all,
I am trying to use COM port by writing codes using combinations of DCB, CreateFile, ReadFile, WriteFile, CreateEvent, WaitCommEvent etc. I also want to monitor EV_RLSDS event for detecting carrier (which is well known as CD you know).
My questions are,
1. Can I use MSComm control for all these purposes or not
2. Is there any limitation of using MSComm control instead of code
Your suggestions will be appreciated.
Thanks.
-efarook

COM Port event handling
sl0140
better
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnfiles/html/msdn_serial.asp
Kuphryn
g display name
hint 1: Don't use MSComm. Use CreateFile and the basic I/O
hint 2: Use a class for CSerial I/O like the one you find here
http://www.naughter.com/serialport.html
Acts7
davep1553
Thank u all.
BhuttCrackSpackle