I have a device that sends data to Hyperterminal. What I want is that when a certain piece of text appears is to get an alert, either audible or visual. Is there any software/scripts etc available that might of that functionality?
Asked
Active
Viewed 96 times
1 Answers
0
You'd probably be as well using vb .net or similar and listen to the device using the comms port directly. You can then trigger an event based on the returned data.
There's some useful info here: How to access serial and parallel ports by using Visual Basic .NET

The Blue Dog
- 2,475
- 3
- 19
- 25
-
I shall take a look at your link.. regards – Mongoose1980 Jan 01 '14 at 16:03
-
It's quite easy to do, I've done the same thing several times using VB6 in the past. Good luck. – The Blue Dog Jan 01 '14 at 16:05