Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have an application by which I want to write some amount of data to Serial Port and Read the same amount of data from the serial port.For example from a text file first the I read data and send it to the Serial Port and from Serial Port I receive the data and write it in another text file.How ..Please help..
Posted
Comments
jsolutions_uk 30-Mar-13 4:31am    
here maybe?
[no name] 30-Mar-13 8:24am    
"How"... write some code is how.

You didn't try Google[^], did you?
 
Share this answer
 
Comments
Shahin Khorshidnia 1-Apr-13 19:49pm    
Nice point :D
My +5
You can use the class the class System.IO.Ports.SerialPort:
http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx[^].

—SA
 
Share this answer
 
Comments
Shahin Khorshidnia 1-Apr-13 19:49pm    
+5
Sergey Alexandrovich Kryukov 1-Apr-13 19:51pm    
Thank you, Shahin.
—SA

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