In our .net application i want to send some commands to the barcode scanner using TCP/IP connection.If i send command from hyperterminal to the scanner, the scanner is responding and giving result. In c# code i am using TcpClient
class to communicate with the scanner. If i send any command to the scanner from my code its not responding. So i want to send command to the hyperterminal from c#.
Asked
Active
Viewed 1,488 times
1

dhchen
- 1,178
- 2
- 10
- 24

Praveen Kumar
- 1,576
- 8
- 31
- 47
-
Please post your code so everyone can investigate where your problem is – dhchen Apr 18 '12 at 09:58
-
1Why not just fix your code? Hyperterminal doesn't have any special magic. – David Schwartz Apr 18 '12 at 09:58
1 Answers
1
You can use Com Port control in your C# project and set the baud rate and party checking and then you can send/receive over the COM interface.
I am not sure this is what you are looking for because you did not give me more details

Mahmoud Fayez
- 3,398
- 2
- 19
- 36