Windows Serial Port Emulator

0516
Windows Serial Port Emulator Rating: 5,0/5 2157 votes

Is there any good terminal emulator program which will help me save commands so I dont have to type them again and again . It is for communicating with a serial port (COM port) in windows and I have tried putty and serterm but they dont have this functionality. Do you know of any other free software which can achieve what I want?

SabSab

2 Answers

the Windows command prompt has a history of commands. Pres F7 to open it:

F7: Shows list of all previous commands from command history

You can press 'F7' key to get a list of all previously executed commands and then you can use Up or Down arrow keys to cycle though them. Press Enter to execute the selected command.

(Image-) Source:

magicandre1981magicandre1981

Save the long, complicated command as a PowerShell script with a short, convenient name.

PowerShell is built into Windows 7. Create the script with Windows PowerShell ISE, or just type the command in a text editor and save the file with a '.ps1' extension. This page may be helpful if you haven't used PowerShell before:

paulgpaulg

Not the answer you're looking for? Browse other questions tagged windows-7serial-portterminal-emulator or ask your own question.

This entry was posted on 5/16/2019.