I want to send the text content of a file through a serial port, via PuTTY. I know that there are extensions such as Xmodem and Zmodem, but they all use some checksum protocols to confirm that the file has been sent through the port.
However, my requirements are simpler. I would just send a bunch of text (to a file) through the serial port on Windows (on Linux it would be simpler), but my preferred terminal program is PuTTY. Is it possible? Is there another terminal program that has this type of function?
source share