[Coco] USB to serial cable

Bill cwgordon at carolina.rr.com
Tue Jun 18 16:01:20 EDT 2013


Nope, all it does is freeze the coco. I tried running entire program, the
pokes first then running the print #-2 statement, and even rebooting
completely and running ONLY the print #-2 statement

-----Original Message-----
From: coco-bounces at maltedmedia.com [mailto:coco-bounces at maltedmedia.com] On
Behalf Of Robert Hermanek
Sent: Tuesday, June 18, 2013 1:39 PM
To: CoCoList for Color Computer Enthusiasts
Subject: Re: [Coco] USB to serial cable

You can probably just open HyperTerminal on your PC, and get the baud 
rate right, standard coco expects 600,N,8,1

Then do something on the coco that causes bytes to be written to serial, 
either a LLIST of a "hello world" program, or else print to the printer 
with PRINT #-2,"HELLO"

If coco tries to PRINT or LLIST, and appears to hang forever, it is 
waiting for CD/handshake (etc), and your cable may not be signalling 
that.  I've used these pokes in the past to disable/disregard CD...

10 POKE &HA2C7,36
20 POKE &HA2F7,36

... then try your PRINT...

30 PRINT #-2,"HI THERE"




More information about the Coco mailing list