One of the major problems facing the world of personal computing is the incompatibility between computers built by different brands. This often means we do not know how to communicate our PCW with a PC.
There are different peripherals on the market that allow us to connect our PCW to the PC. These peripherals are known as the RS232 interface or Centronics port.
Below are some images of some of these peripherals.
The Centronics port is simply another standard communication system. It presents several differences compared to the RS232, the main ones of which can be summarized as follows:
- While the RS232 sends data in serial (one bit after another, all through the same wire), the Centronics sends it in parallel (usually eight bits at once, each having its own wire). The first consequence is that a meter of Centronics cable will be more expensive than a meter of RS232 cable.
- The Centronics cable, by its very nature, can only transmit without danger of error if its length does not exceed a few meters, while the RS232 cable can function over many meters in length.
Basically, almost all interfaces look very similar and have identical functions. Using them couldn't be simpler: with the computer off (always), connect the interface to the expansion bus, turn on the computer, insert the CP/M disk and... that's it! Along with the usual presentation message, a new one appears indicating that the interface is available.
When starting the computer with the interface attached, the serial port is automatically assigned to the logical device AUX.
The parameters referring to serial transmission are fixed upon starting the computer at 9600 baud, 1 stop bit, 8 data bits, and no parity control. These values can be changed from CP/M using SETSIO, and the values we choose will depend on the other device we want to connect or the transmission conditions (if it is a serial transmission to a distant receiver, we may have interference problems if we use very high speeds. The obvious solution is to attempt transmission at lower speeds).
As for the differences between interfaces, they are quite few. Some are larger and include the possibility of bolting them to the PCW, others do not provide for this possibility. In others, their connectors differ.





