The answer was EmpTelnetd from Trevors' web site. Those who never saw the question will just have to guess what it was!

Hopefully my follow up question won't be so silly. I'm trying to make the DTR line high on the main Empeg serial port. I'm using this code:

Code:

if ((serial = open("/dev/ttyS1", O_RDWR | O_NOCTTY | O_NDELAY))<0) return -1;
ioctl(serial, TIOCMGET, &arg);
arg |= (TIOCM_DTR | TIOCM_RTS);
ioctl(serial, TIOCMSET, &arg);



The second ioctl returns error code -1 and sets errno to EINVAL (22 - Invalid Argument). The Empeg is in DC mode and I have selected "Apps Use Serial Port" in Hijack. When I telnet to the Empeg and restart the player, it says it is started with option "-s-". What am I missing?
_________________________
Michael
Ex-owner of stolen empeg #030102741