read com1 information to table

B

Brian

I need to read data of a serial port device on com1 and
update diplayed data triggered by new data. What code
will allow me to do this.

Thanks

Brian
 
T

TC

I don't know (have never tried it), but, can you open & read a serial port
using the normal file reading & writing commands? (OPEN, INPUT, GET, etc.)

open "COM1:", ...
input ... line input ... ?

HTH,
TC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top