On a PC with FreeBSD 10.2 i386 I have a single hardware serial port, that seems to be detected:
But, when I try to connect to it with cutecom (as root), I get: Error could not open /dev/cuaU0
When I plug in an FTDI USB serial adapter,
I need to use the hardware serial port, what should I do to make it work?
Thanks
Code:
grep uart dmesg.boot
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
ls /dev
shows cuau0 , cuau0.init and cuau0.lock . There are no cuaU* files.When I plug in an FTDI USB serial adapter,
ls /dev
shows that the cuaU0* files appear, and I can connect to /dev/cuaU0 and communicate with the USB serial port using cutecom.I need to use the hardware serial port, what should I do to make it work?
Thanks