Tagged Questions
3
votes
1answer
74 views
How do I test that two connected serial ports really transmit data?
I have a device with two serial ports which I connected together, and I SSH into it. I would like to send data via one of the serial ports and read it from the other, to see that they do ...
3
votes
1answer
787 views
Redirect linux serial console
I want to redirect my serial port while telnet session in linux.
I have an embedded Linux box which is has a serial console. After I do a telnet to the box,
I can type in both the serial console as ...
2
votes
2answers
708 views
New to using serial console and trying to log into embedded system
I have two PC Engines Alix 2d2 which I've been given and I'm trying to install an (BSD or Linux based) OS on. Currently one has a version of openWRT (the other had openWRT until I formatted the CF ...
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 ...
2
votes
1answer
713 views
how to re-enable input on a serial console
I have an old router which runs Linux and I'd like to have a serial console on. This used to work fine, but after a firmware update, I can now only get output on the console and cannot give any input ...
11
votes
6answers
21k views
How to connect to a serial port as simple as using SSH?
Is there a way to connect to a serial terminal just as you would do with SSH? There must be a simpler way than tools such as Minicom, like this
$ serial /dev/ttyS0
I know I can cat the output ...