Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sending commands to serail port using ESPA protocol in vb.net.
Posted
Comments
S Houghtelin 26-May-15 8:23am    
Perhaps if you provide what device you are attempting to communicate with you may get more responses. The solution may be much simpler than attempting to understand the protocol as most use cases it is just sending the desired command through the RS232 interface and waiting for the response. Generally, using the port in binary (or byte mode) is the most reliable method. What have you tried so far? Do you have any Code written?
sreeyush sudhakaran 10-Aug-15 4:23am    
Have a look at http://codesamplez.com/programming/serial-port-communication-c-sharp

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