Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Received Data to Variable

Status
Not open for further replies.

jwb3d

Programmer
Aug 29, 2002
8
0
0
US
How do I assign apportion of received data to a variable?
 
Usually you will need to use a command like rget to read data directly from the com port. Keep in mind this means that data does not appear on the screen.

What I usually like to do is save the screen to a file, such as by using the snapshot command or a capture file, and then look through that text file for the data I am interested in.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top