Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,can any one help serial port data receive continuing means loop, i have Textbox1 for receiving data, textbox2 for writing data, open port, send data Buttons,if we typed ABCD in textbox2 ,it should display continues ABCD.....in textbox1,having Checkbox to select loop or one time display ,thanks
Posted

1 solution

Hi,

that's not a question. Sorry but we all have much to do and some life, so nobody here will do your work. If you have specified questions or problems, small corrections to your code you're welcome.
You should start with this:

http://msdn.microsoft.com/en-US/library/system.io.ports.serialport.aspx[^]

In this Article there are all things you want to achieve (open port,read,write,loop) very well explained.

With Best Regards
 
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