Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am new to this project:

I can receive data from data logger when send command E/M/R in hyperTerminal..

data received, 2 data string as below.....

D,082199,"JOB1",2011/06/05,13:37:37,0.002807,0;A,0,9.826404,4.52324,4.585053,4.591324,9.830238;0095;2A03

D,082199,"JOB1",2011/06/05,13:37:38,0.008056,0;A,0,9.827946,4.527934,4.582724,4.592865,9.823358;0096;3823


I need to read the same data from the data logger connected to USB port of PC and load the field value splited at , into predefined saperate textbox for each filed on form.

please send me the code for the same.

thanks in advance.

Ramen.
Posted
Comments
Sergey Alexandrovich Kryukov 18-Jun-11 19:12pm    
Do you really need solution for all of the following: VB6, C#, PHP, VB.NET?
If so, why?
--SA

Noone is going to send you code for this. Since you used HyperTerminal, that means you're using serial communication. All you need to do, use the the System.Io.Ports.SerialPort class to communicate with your logger.
 
Share this 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