Serial Port Terminal Program

Posted on by
  1. Serial Port Terminal Windows 10
  2. Free Serial Port Terminal Program
  3. Serial Terminal Application
  4. Linux Serial Port Terminal Client
  5. Serial Terminal Program Windows

How to run the HyperTerminal program on Windows 10. Laptop using a serial port instead of requiring you to set up your laptop on a network. Telnet program for. Download this app from Microsoft Store for Windows 10, Windows 8.1, Windows 10 Mobile, Windows Phone 8.1. See screenshots, read the latest customer reviews, and compare ratings for Bluetooth Serial Terminal.

Active3 years, 5 months ago

I have developed an embedded application which requests status information from a device down a communications channel. My customer requires that these will be sent with a specific time period, so what I am looking for is a PC terminal application which can send a text string command repeatedly at a set interval over a period of time. I currently use a serial device tester which can immediately send back a set string when something is sent to it, but I need to control the time period and number of repititions.

Are there any applications (for Windows) out there which can acheive this?

dsolimano
7,6923 gold badges41 silver badges57 bronze badges
drosemandroseman
1223 gold badges4 silver badges10 bronze badges

9 Answers

Docklight / Docklight ScriptingFor testing applications communication over the serial port it is the best tool for the job.It listens for user defined sequences on serial port and can then trigger a transmission with parameters derived from the input message or function in a script.

Ct4810 drivers for win 10. Choose the best match for your PC and operating system.If you don’t know the model name or number, you can start to narrow your search down by choosing which category of SoundBlaster device you have (such as Printer, Scanner, Video, Network, etc.). Click the download button next to the matching model name. You may see different versions in the results. Simply type the model name and/or number into the search box and click the Search button. After you complete your download, move on to.If your driver is not listed and you know the model name or number of your SoundBlaster device, you can use it to for your SoundBlaster device model.

I wrote a C++ program to test a embedded serial application and it was +/- 1000 lines of code. I was able to replace this with about 20 lines of vb script in Docklight Scripting.

Docklight is definitely worth the money.

GerhardGerhard
4,9344 gold badges40 silver badges71 bronze badges

I would tend to implement a short python script to do this (it can be compiled to a standalone executable with py2exe if that's what you need). Install python and pyserial. Then use a script like this:

A window that says “Welcome to the Malwarebytes Setup Wizard” will appear. It can usually be located in the Download folder.3. Email hacker crack

However, if you want a more conventional Windows application, then you can probably do it with Docklight, possibly combined with Docklight Scripting (available from the same site).

DrAlDrAl
57.4k10 gold badges91 silver badges100 bronze badges

The serial terminal emulation application Tera Term, has a scripting language which will be capable of setting up timed loops.

simonsimon
3,3697 gold badges27 silver badges32 bronze badges

I use RealTerm. You can write scripts for it and have it send that file repeatedly. You can add delays between characters or delays between lines. It's a little buggy sometimes, but it's great for the price (free).

Serial Port Terminal Windows 10

mjh2007mjh2007

Free Serial Port Terminal Program

6031 gold badge8 silver badges17 bronze badges

Although answered already, i use http://www.hw-group.com/products/hercules/index_de.html . Their app is free and in the serial tab, i can send and receive data from rs232. works like a charm.

Serial Terminal Application

user1052080user1052080

ScriptCommunicator (open-source, cross-platform) is the right tool for you. It has many features and a very useful script interface.

sziekeszieke

You can use the built in windows task scheduler to run a simple batch script that writes texts to a the com port some think like

But I've not done this is in yers so my syntax is rusty. Otherwise you could use a simple 'termulator' program that supports scripting - again I've not done this in a decade I think.

Preet SanghaPreet Sangha
56k16 gold badges118 silver badges190 bronze badges

I'd write a C# program to do this. They have libraries to open the COM ports and timers to time when to send data.

Robert

Linux Serial Port Terminal Client

Robert
7,41818 gold badges56 silver badges81 bronze badges

GModLab - cross-platform, scriptable (JS) terminal: https://github.com/tardigrade888/gmodlabYou can write scripts that do anything.

user2053898user2053898

Serial Terminal Program Windows

Not the answer you're looking for? Browse other questions tagged windowsterminalembeddedserial-port or ask your own question.