Tagged Questions
2
votes
2answers
607 views
Send file by xmodem or kermit protocol with GNU screen
I work with an RS-232 device via GNU screen.
$ screen /dev/ttyUSB0 115200
At some point I need to send a local file to the device using either the xmodem or kermit protocol. On Windows I use ...
4
votes
2answers
661 views
Buffer overrun on Fedora 16 serial
I got a brain smashing problem with Fedora 16 and my serial port.
I use the serial to monitor an STB on which I'm developping. The STB runs on Linux and when booted, I launch the program I'm working ...