Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All ,
In our project I have to access data from one laboratory machine (cobas c311 analyzer) to my asp.net web page. Communication between cobas and my system is based on rs-232c port, communication protocol is ASTM and communication method is half duplex. Can anyone help me how to achieve this.
Posted
Comments
Andy411 20-Apr-12 3:21am    
You asked allmost the same question yesterday
code to comunicate a laboratory embeded system to computer through astm protocol using C#

Is it so difficult to look at the links other suggested to you? I would start with a simple console or winform app to figure out the communication with the device and then go ahead and find a solution to visualize this data as a webpage.

1 solution

Your web server must be connected to the device via the serial port for this to work.

Any further assistance is highly specific and out of the scope of this forum.
 
Share this answer
 
Comments
anilsarapati 20-Apr-12 2:20am    
thanks for reply mehdi. can you seng me any links related to this
Mehdi Gholam 20-Apr-12 2:33am    
You can search codeproject for serial port code.

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