QL serial to PC

Nagging hardware related question? Post here!
Post Reply
User avatar
Jbizzel
Chuggy Microdrive
Posts: 67
Joined: Mon Jun 19, 2023 9:56 pm
Contact:

QL serial to PC

Post by Jbizzel »

IMG_20240220_215414.jpg
I made a serial cable - actually, I made this before I had a QL to use with the zx spectrum, but never even tested the cable. Happily the QL and spectrum seem to have the same requirements... Anyway, it worked!

Well, for this basic test. I'm wondering about using serial to send software to the QL. I do this with the z88, which works really well.

Wondering if the best thing to do is use QPC2 to unzip files and send them to the real QL?

Anyway, just pleased I got it working and didn't blow up my QL :D


__________________


And beyond it, the deep blue air, that shows
Nothing, and is nowhere, and is endless.

https://jbizzel.itch.io/
User avatar
Popopo
Trump Card
Posts: 174
Joined: Wed Apr 07, 2021 10:37 am

Re: QL serial to PC

Post by Popopo »

Where did you get the BT plugs?
I need some to develop some external devices for QL


User avatar
dilwyn
Mr QL
Posts: 2761
Joined: Wed Dec 01, 2010 10:39 pm

Re: QL serial to PC

Post by dilwyn »

The UK-style serial and joystick connectors (Type 630W for joysticks, 631W for serial ports – these are the keyed connectors which look a little bit like British Telecom phone connectors) try Betterbox.co.uk at https://www.betterbox.co.uk/products/bt ... t6310.html and https://www.betterbox.co.uk/products/bt-630w.html
BT631W plugs from betterbox
BT631W plugs from betterbox


User avatar
Popopo
Trump Card
Posts: 174
Joined: Wed Apr 07, 2021 10:37 am

Re: QL serial to PC

Post by Popopo »

dilwyn wrote: Wed Feb 21, 2024 3:46 pm The UK-style serial and joystick connectors (Type 630W for joysticks, 631W for serial ports – these are the keyed connectors which look a little bit like British Telecom phone connectors) try Betterbox.co.uk at https://www.betterbox.co.uk/products/bt ... t6310.html and https://www.betterbox.co.uk/products/bt-630w.html

BT631W plugs.jpg
Nice, a need a couple to develop an interface for the QL Serial port.
Thank you


User avatar
Jbizzel
Chuggy Microdrive
Posts: 67
Joined: Mon Jun 19, 2023 9:56 pm
Contact:

Re: QL serial to PC

Post by Jbizzel »

Popopo wrote: Wed Feb 21, 2024 12:46 pm Where did you get the BT plugs?
I need some to develop some external devices for QL
eBay has them, listed for QL


__________________


And beyond it, the deep blue air, that shows
Nothing, and is nowhere, and is endless.

https://jbizzel.itch.io/
User avatar
dilwyn
Mr QL
Posts: 2761
Joined: Wed Dec 01, 2010 10:39 pm

Re: QL serial to PC

Post by dilwyn »

But be careful to get the 631W variant. The commonly available 631A (UK telephone) types have a different polarisation.

The Sinclair QL joystick ports accept a 630W plug
The Sinclair QL serial ports accept a 631W plug
The ZX Spectrum serial port accepts a 631W plug
The ZX spectrum keypad/aux port accepts a 631W plug

Some info on the different
https://zxnet.co.uk/spectrum/btconnectors/

and an article on my blog:
https://dilwyn2.wordpress.com/2020/09/0 ... ick-plugs/
Last edited by dilwyn on Wed Feb 21, 2024 9:47 pm, edited 1 time in total.
Reason: Clarified the 4 types of plug used by Sinclair on Spectrum and QL


User avatar
Jbizzel
Chuggy Microdrive
Posts: 67
Joined: Mon Jun 19, 2023 9:56 pm
Contact:

Re: QL serial to PC

Post by Jbizzel »



__________________


And beyond it, the deep blue air, that shows
Nothing, and is nowhere, and is endless.

https://jbizzel.itch.io/
User avatar
Popopo
Trump Card
Posts: 174
Joined: Wed Apr 07, 2021 10:37 am

Re: QL serial to PC

Post by Popopo »

Thanks both! :)


User avatar
bwinkel67
QL Wafer Drive
Posts: 1202
Joined: Thu Oct 03, 2019 2:09 am

Re: QL serial to PC

Post by bwinkel67 »

My SD card reader was broken for a while last year so I had to rely on microdrives. Had to rebuild some carts through serial link from my PC and it worked pretty well. Basically used the copy command from the serial port to a file (i.e. I didn't need to write a BASIC program but just used QDOS commands directly). I also used a small archiver (arc_exe) program to compress executables in an emulator on the PC side so I could uncompress them on the QL side. Small size archiver was important because I had to first use JOB2BAS to turn the arc_exe into BASIC, copy it over the serial link, and then create the arc_exe executable on the QL side so I could then uncompress the others.

All documented in this 25 minutes video below...but yes, the serial link between QL and PC worked really well. Oh, and I'm in the US so I have DB9 connectors on my QL.

https://www.youtube.com/watch?v=p5x8FcVpydU


User avatar
Popopo
Trump Card
Posts: 174
Joined: Wed Apr 07, 2021 10:37 am

Re: QL serial to PC

Post by Popopo »

bwinkel67 wrote: Thu Feb 22, 2024 9:33 pm All documented in this 25 minutes video below...but yes, the serial link between QL and PC worked really well. Oh, and I'm in the US so I have DB9 connectors on my QL.

https://www.youtube.com/watch?v=p5x8FcVpydU
Beautiful!
Thanks for sharing the link. I love this channel.
I advice you to check out MDPs. :) if you like mSD units.


Post Reply