V
VB Programmer
I want to create a custom console application that is similar to
HyperTerminal.
Given an ip/port it will connect via TCP and allow the users to type
commands to a certain piece of hardware (querying for info, etc..) The
"results" will be sent from the hardware back to the console app. These
results will appear on the console screen, then the user can type in another
command.
Any samples (or good reference links) of how to handle the TCP connection,
sending, getting/processing the data coming in, streams, etc...?
Thanks!
HyperTerminal.
Given an ip/port it will connect via TCP and allow the users to type
commands to a certain piece of hardware (querying for info, etc..) The
"results" will be sent from the hardware back to the console app. These
results will appear on the console screen, then the user can type in another
command.
Any samples (or good reference links) of how to handle the TCP connection,
sending, getting/processing the data coming in, streams, etc...?
Thanks!