Click here to Skip to main content
15,899,013 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I currently work on the card µChemelon in C # and I wanted to be if it was possible to be connected to the COM port directly launch the aplication.
thank you
Dylan.
Posted

1 solution

The SerialPort class[^] nicely encapsulates what you need to talk to COM ports. Use the Write() methods to send data, handle the DataReceived event to get an answer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900