> In this case, you need to use the "callout" device for the first serial > port, /dev/cua00 in this case. > > Good luck, see tty(4) or cua(4).
Hi, Thanks for the response. :) It looks like I was indeed supposed to use cua, and I can now get a file descriptor. However, I'm still not able to set the baud rate, it's stuck at 19200 whether I try to set it with tty01 or cua01. cua00 corresponds with tty00, which is the serial console, so I shouldn't use that. Thanks, Anthony

