afx wrote: Sun Feb 04, 2024 11:51 am
Could someone post a photo of what the serial output connection from QIMSI would look like?
What type of connector could be used on the QIMSI side?
No photo here, but it's clearly identifyable in the QIMSI manual's photo.
The serial interface is on the right-hand side of the QIMSI board as seen on the component side with the QL connector under (see page 4 of the QIMSI manual). It is recommended to solder three header pins onto the connector pads, on which you can solder the serial cable to (of course, assumed you have sufficient soldering skills or leave it to someone who have them!). The pin layout is as follows:
- pin 1: Ground (closest to the QL connector, also marked with a square pad)
- pin 2: TX Data (output)
- pin 3: RX Data (input, farthest from the QL connector).
When connecting to the DB-9 RS-232 connector on a PC or Q68, the wiring should be as follows:
Code: Select all
| QIMSI | PC/Q68 |
|-------|--------|
| 1 | 5 |
| 2 | 2 |
| 3 | 3 |
NOTE: This assumes you have a straight-through cable between QIMSI and the other end. If you have a null-modem cable (used to connect two computers together), pins 2 and 3 will have to be reversed. If in doubt, please check the wiring using a multimeter. QIMSI's serial port has only minimal buffering so it's very likely that wrongly connecting pins 2 and 3 will fry your QIMSI, especially with PC ports which use 'real' RS-232 signal levels of +12 and -12 volts (unlike the Q68).
Peter, Jan, ... thanks so much for that development. It is a very interesting complement to QIMSI.
Thanks.