Serial Port Terminal Windows 10

 admin  

Hi,

I'm afraid that there is no solution...
There is lot's of people reporting problems with W10 and Prolific devices (based on popular PL2303 adapter).
Myself, I've the same problems with scrolling LED Badges, and USB to COM dongles. All this devices use a PL2303 to provide a connection to an USB port, but inside, they are RS232-like interface build (and appear as a COM port in your operating system). When you plug the device into USB, it is well recognized by W10 and it try to load the Prolific driver. This work fine, but looking at the configuration panel, you will then notice that there is an error code 10 and the driver is not working properly.

Of course, you can try to manually update the driver at Prolific site:

But, look carefully on this page and you will read an important notice in RED :

Termite: a simple RS232 terminal. Back to page. If using the device name of a serial port is not an option, for example, because your hardware has a real serial port instead of a virtual one. Create windows with different views of the received data. In combination with the ability to remove data from Termite's queue, this allows you to. Download this app from Microsoft Store for Windows 10, Windows 10 Mobile, Windows 10 Team (Surface Hub), HoloLens. See screenshots, read the latest customer reviews, and compare ratings for TerminAll. (using its built in external USB-Serial port) EVERYONE. See System Requirements. Overview System.

Windows 8/8.1/10 are NOT supported in PL-2303HXA and PL-2303XEOL (End Of Life) chip versions.

Serial port terminal windows 10 7

This is clear: if your device is using an old chip version of PL2303, the drivers not works with W10 (and W8).

As many people, you probably upgrade directly from W7 to W10, and sure, don't know that this problem was already present with W8. It's a shame from Prolific to not support this devices, because they are still used (my LED badges are less than a year old, and use EOL PL-2303 HX). Prolific's guys are fun when they said : 'Prolific recommends to use PL-2303HXD (HX Rev D) or PL2303TA chip.' . Hey, but I can't do that myself !!!

I don't want to send my devices to trash because they are too old (less than a year !) to be supported by W10.
May be, a solution will be to use the old W7 drivers version into W10. Not tested... I will try...

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?

drosemandroseman

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.

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

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:

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

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

Serial Port Terminal Windows 10

simonsimon

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).

mjh2007mjh2007

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.

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

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.

RobertRobert

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

user2053898user2053898

Serial Port Terminal + Windows 10

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

   Coments are closed