The serial-port tag has no wiki summary.
3
votes
3answers
4k views
setserial /dev/ttyS4: Cannot set serial info
So, I have a board with 6 hardware serial ports: the first 2 on the ETX bus and the last 4 on the ISA bus. The following configuration is how it is supposed to be:
/dev/ttyS0 port 0x03F8 irq 4
...
3
votes
1answer
6k views
How do I access a USB serial port without an entry in /dev?
I have a USB to serial adapter based on the SiLabs CP2101 chipset. I'm trying to use it with Debian 5.0 Lenny (armel architecture).
I seem to be able to get the proper kernel module to recognize the ...