I have a text stream coming in on a USB-RS232 adapter. I want to pipe it to some Unix tools, to a file, whatever. What is the simplest way to do so? Does it really require third-party software?
OS X includes cu and screen utilities, but both are specialized terminal emulators. It seems I need to use sudo to make cu work at all, which isn't really cool.
I saw something somewhere about OS X Server having a serial port logging facility. Is that an exclusive feature?