• Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.

Serial device id ?

galgot

6502
Again playing with serial connection , this time with a Wallstreet on rhapsody to my iMac G5.

Any idea what could be the serial device id on MacOS X 1.2 Rhapsody ?

this is what ls /dev/tty* gives me :

 
bash-2.02$ ls /dev/tty*
/dev/tty    /dev/ttyidb /dev/ttyp3  /dev/ttyp7  /dev/ttypb   
/dev/ttypf  /dev/ttyq3  /dev/ttyq7  /dev/ttyqb  /dev/ttyqf
/dev/ttyda  /dev/ttyp0  /dev/ttyp4  /dev/ttyp8  /dev/ttypc   
/dev/ttyq0  /dev/ttyq4  /dev/ttyq8  /dev/ttyqc
/dev/ttydb  /dev/ttyp1  /dev/ttyp5  /dev/ttyp9  /dev/ttypd   
/dev/ttyq1  /dev/ttyq5  /dev/ttyq9  /dev/ttyqd
/dev/ttyida /dev/ttyp2  /dev/ttyp6  /dev/ttypa  /dev/ttype   
/dev/ttyq2  /dev/ttyq6  /dev/ttyqa  /dev/ttyqe
 
Tried a few (ttyida, ttyda, ttyp1...) but none works ...
 
Never mind ( again ). Found it , should have checked the with "cu*" . It's /dev/cuaa or cuab.

Works fine  with screen :)

 
Last edited by a moderator:
Back
Top