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?
1
There are 1 best solutions below
Related Questions in ALERTS
- Creating an Azure Activity Alert for new group creations
- Displaying the metric value in the slack alert
- Same alert - Multiple tickers
- How to Create Email Alerts for Tracking Untracked Hosts on Kibana?
- How can I set up alerts in Azure for SQL Managed Instance when storage exceeds 80% capacity?
- Dismissing Multiple Alerts Bootstrap 5.3
- Not generating email alerts in Bitnami Redmine Stack version 4.0.5
- Can we generate logDNA alerts with custom titles? I want to get the log line in the title of the alert?
- Grafana - Add custom labels in alerts
- Send alert to 5000 emails
- Alert Generation Tools/Solutions- Open source
- Splunk Query to list down active users and the knowledge object created by them
- Azure Alert when a new resource is added/modified uppon a specific tag
- Elastic Alert with "AND" condition for Elasticsearch query is never run
- Trigger function call at specific time and repeat every X minutes
Related Questions in HYPERTERMINAL
- Does anyone know about ATcommands for satellitephone(isatphone 2.1). AT + ISAT_OBEX = 1 What is purpose of it. can you suggest other AT commands also
- why i can't run my node js file using npm package in hyper terminal
- Copy Paste in Hyper Terminal in Windows
- Why fs.copyFile is not working in Nodejs terminal?
- I can’t show the version of an NPM package (nodemon --version), what to do?
- error to install react app in the hyperterminal
- How do I get my Hyper terminal cursor prompt to be just " -> ~"?
- 2 errors appear when I want to use Hyper CLI
- How can I use a custom theme for the Hyper terminal?
- Read hyperterminal file(ht file) in R
- How to get Hyper Terminal to recognize the command "atom ." to launch Atom?
- When working with the native mongoDB driver, Node.js and hyper terminal, I receive an error saying "TypeError: Cannot read property 'n' of undefined"
- "mongo -version" and "mongod --version" commands cannot be run successfully from the hyper terminal
- can't receive response from OpenWeatherMap API at all
- Not able to view on Command line interface when a callback function is invoked using nodejs
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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