windows - Is it possible to send the content of text file over PuTTY over serial port -


here's do. i'd send text content of file on serial port, on putty. know extensions exists such xmodem , zmodem, use checksum protocols confirm file sent on port. however, requirements more simple. i'd send bunch of text (in file) on serial port in windows (under linux must more simple), preferred terminal program putty. possible? there terminal program has type of feature built it?

use plink (a command-line connection tool putty suite). it's console application intended automate connection tasks, yours. being console application, can redirect input text file:

plink.exe -serial -sercfg ... < input.txt 

see using command-line connection tool plink

see related how execute remote command using putty on telnet.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -