68kMLA Classic Interface

This is a version of the 68kMLA forums for viewing on your favorite old mac. Visitors on modern platforms may prefer the main site.

Click here to select a new forum.
Using an astronomical telescope with Tiger G4
Posted by: dogbiscuit on 2008-05-20 04:10:17
Hi all,

I have a telescope server, built for G4 OS X 10.43, that needs to be given a dev that is connected to the telescope. The scope is RS232 serial, the Mac is USB. I got a USB to RS232 serial adapter which Tiger recognizes as such. But I need to have a device such as /dev/ttyS0 that I can give to the telescope server so it can connect to the scope.

Is there anyway to assign one to a USB port? Is there such a thing as /dev/USBx?

Posted by: II2II on 2008-05-20 16:45:44
It has been a while, but I seem to recall USB to serial bridges being /dev/tty*. The easiest way to find out what the * is will be to unplug the dongle. From the terminal type 'ls /dev/tty*'. Plug in the dongle. From the terminal type 'ls /dev/tty*'. See what new /dev/tty devices you have. Wait a minute or so after unplugging or plugging in the dongle before typing in the command so that driver has time to detect the changes.

1