Capturing data via hyperterminal
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I'm scanning a barcode and viewing the data on hyperterminal. I'm wondering if there is anyway the data on hyperterminal can captured dynamically using vb.net?
-
I'm scanning a barcode and viewing the data on hyperterminal. I'm wondering if there is anyway the data on hyperterminal can captured dynamically using vb.net?
from what you say looks like your barcode reader sends data in through the comport. if that's the case you can easily find solutions (and code) on this site. just search for COM (I remember an article called "COMPort made easy", but there are more) and you'll get several approaches and ideas