How to Read Device Data From COM
Posted
by Aamir Khurshid
on Stack Overflow
See other posts from Stack Overflow
or by Aamir Khurshid
Published on 2010-05-04T10:30:29Z
Indexed on
2010/05/04
10:58 UTC
Read the original article
Hit count: 509
I have one device which sends data on COM port say on COM13, now i want to read that data and display it in the RichtextBox or in any text control , i have written the application with the help of IO and IO.Ports but comport.DataRecived event does not fire,even though device is sending data on that port, I have some software on which i define the port number and it successfully display data ,which insure me that data is reciving on the Port but i am unable to recive, is there any way i can read data?
Regards, Aamir
© Stack Overflow or respective owner