Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello Every One

I have tasked in bidirectional Communication In on of LIMS Machine that is Cobas e 411 Produce by Roche I have couple of emulator which roche gives me. I am thinking communicate using Serial Port.

Does any one have in mind any product,code or any guidelines that i could use with my code.

Ideas Welcome....
Posted
Comments
[no name] 23-Dec-14 2:20am    
Too general. "I am thinking" "have in mind" etc. If you have the technical documentation and intend to use the serial ports then get started and ask when you reach a problem.
Rahul JR 23-Dec-14 3:00am    
basically i am facing a problem in sending a data to the machine..

1 solution

I would start with information http://msdn.microsoft.com/en-us/library/system.io.ports.serialport(v=vs.110).aspx[^]
You will need to write code that sends and receives text to and from your machine device. Your code should to check for time/out conditions when text is sent, and you should have code that processes the text received. There are many good examples you can find(Google). Remember to write your code as generic and modular as possible. You will be using it later(guaranteed).

regs. ron O.
 
Share this answer
 
v2
Comments
Rahul JR 25-Dec-14 0:21am    
i already gone through this link. and i am getting a negative acknowledge when i am sending a data to the machine..

If you want more information about what i am sending or what i received then comment i will give you data or what ever you want..
Rahul JR 25-Dec-14 1:11am    
.

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