Compile is complete (finally) and the patch seemed to work for partially
enabling the /dev/cua* devices. I was able to open one with minicom and
read data from the port.
However, when I'm using ldattach it just sits there. Running the following:
ldattach -d -p -s 19200 nmea /dev/cuaa
just sits, it never returns a PTY but it never errors out, either. It
just sits and sits until I terminate it.
If I change the device to ttya:
ldattach -d -p -s 19200 nmea /dev/ttya
then ldattach returns the PTY and opens the port at the proper speed and
data does pass through from the port to the PTY.
So I don't understand why ldattach is having an issue with /dev/cua* but
appears to work wtih /dev/tty*.
I say appears to work because the handshake lines aren't being reported
by ldattach either. I want to use the DCD line for sending PPS data
from the gps on that port but those transitions aren't being conveyed by
ldattach at all. I am suspecting it has to do with having opened
/dev/ttya instead of /dev/cuaa which means I need to still resolve the
ttya/cuaa issue.
Any suggestions would be greatly appreciated.
Previous message: [thread] [date] [author] Next message: [thread] [date] [author]