Posted Thu Jan 8, 2004 10:39 PM
6, 7, and 8.
I seem to remember 9 is NC or not connected.
If it is, clip it! :-)
desiv
btw, the Adamnet communication is really interesting. You can think of it as serial token-ring (for those familiar with token-ring networking) in a way.
It's half duplex (why you need a token type of methodology to decide who talks, since it's also shared), and 62.5 baud.
Now, there's the problem. Modern day UART chips use crystals and division to get to baud rates, and 62.5 ain't one of them. Too bad, since it would be sweet (IMHO) to hook up to the Adamnet with a PC. You could do it with an external serial device with a custom crystal, but that's no longer easy, and you still have to write the software...
If I even find a PC with a flexible UART that can get to 62.5, I'd love to just hook it up and watch the traffic... Should be pretty easy with Linux. Windows doesn't support 62.5 either, although I've read you can add non-standard baud rates if the hardware supports it.
Alternatively, you can change the crystal (can't remember to what. there was a great discussion on usenet about this awhile ago..) and set your port to 56, which would actually be 62.5, except you break all your baud rates then. :-) Imagine a USB to Adamnet adapter tho...
Sorry.... babbling again.. :-)