Page 1 of 1

ZXPand+ TTL Serial/USB cable (6 pin colored)

Posted: Thu Aug 03, 2017 7:43 pm
by tdg8934
All,

I found what I believe is a USB to TTL Serial cable (6 pin colored) cable for a past micro-controller project (5vdc).

This should be the connections:

Code: Select all

Color    Name    Type     Description
Black    GND     GND      Device ground supply pin.
Brown    CTS#    Input    Clear to Send Control input / Handshake signal.
Red      VCC     Output   +5V output
Orange   TXD     Output   Transmit Asynchronous Data output.
Yellow   RXD     Input    Receive Asynchronous Data input.
Green    RTS#    Output   Request To Send Control Output / Handshake signal.
(EDITED in CODE window)

I'm hoping I can use the new SERIAL command and baudrate to use HyperTerminal or something to communicate to the ZX81/TS100 and also the Parallax Serial LCD I will connect to the IDC connector on the ZXPand+

Interesting test. My ZXPand+ should arrive any day now.

Tim

Re: ZXPand+ TTL Serial/USB cable (6 pin colored)

Posted: Thu Aug 03, 2017 8:53 pm
by 1024MAK
Tim, the forum software makes a mess of tables, so put your tables in a "code" box (the </> icon above the edit box) like so...
Note you do still have to play with the spaces a bit...
tdg8934 wrote: Thu Aug 03, 2017 7:43 pm All,

I found what I believe is a USB to TTL Serial cable (6 pin colored) cable for a past micro-controller project (5vdc).

Code: Select all

This should be the connections:
Color    Name    Type     Description
Black    GND     GND      Device ground supply pin.
Brown    CTS#    Input    Clear to Send Control input / Handshake signal.
Red      VCC     Output   +5V output
Orange   TXD     Output   Transmit Asynchronous Data output.
Yellow   RXD     Input    Receive Asynchronous Data input.
Green    RTS#    Output   Request To Send Control Output / Handshake signal.
I'm hoping I can use the new SERIAL command and baudrate to use HyperTerminal or something to communicate to the ZX81/TS100 and also the Parallax Serial LCD I will connect to the IDC connector on the ZXPand+

Interesting test. My ZXPand+ should arrive any day now.

Tim
Mark

Re: ZXPand+ TTL Serial/USB cable (6 pin colored)

Posted: Thu Aug 03, 2017 9:28 pm
by sirmorris
Perfect. That's a FTDI USBSerialTTL that is. I have a couple. Great kit. It's the same pinout as my 'super serial' board that is on GitHub if you care to peruse ;)