Click here to Skip to main content
15,903,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

in my appli i need to read data thuogh serialport in two different times.

1) when i write data to handheld system through serialport ,that sholud send a success signal
2)To read some other data from serialport.

for the first one, i wrote the code for receiving success data, in esrialportdatareceived event.

then for 2) where can i write the code of reading. if i write in that event everytime success data is showing as output.
Posted

1 solution

Don't show that as output. Store it somewhere may be in cache or something.

Refer- Basic serial port listening application[^].
 
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