Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

serial port error

trying to communicate to device attached to serial port on Xserve through terminal...terminal froze after first try (hardware related), however, now - after fixing hardware - when we try to connect using:

screen /dev/cu.serial 115200

we get two errors in rapid succession:

Cannot open line '/dev/cu.serial' for R/W: Resource Busy
Sorry, could not find a PTY.
[screen is terminating]

any suggestions short of rebooting?

xserve/xserveRAID, Mac OS X (10.4.11)

Posted on Oct 9, 2008 3:29 PM

Reply
4 replies

Oct 10, 2008 7:16 PM in response to c. steeley

Serial port-based terminal support is, indeed, controlled by launchd in Leopard, but in earlier version it's controlled via a classic StartupItem.

Therefore, you need to look at the file /System/Library/StartupItems/SerialTerminalSupport/SerialTerminalSupport

Specifically, look for the line:

ENABLE SERIALTERMINAL=$TRUE


and change it to:

ENABLE SERIALTERMINAL=$FALSE

serial port error

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.