Difference between revisions of "Z80 STI RS232 interface"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Used components:)
(How to build a RS232 - Interface for the CPC-Series!)
Line 5: Line 5:
 
First about the connection plan: You need a power supply that supports +9V,-9V and 5V. Connect all pins. You have to connect D0..D7 from the adressbus with the Z80 STI. You have to connect D0 with pin 21, D1 with pin 22, ..., D7 with pin 28. That's all.  
 
First about the connection plan: You need a power supply that supports +9V,-9V and 5V. Connect all pins. You have to connect D0..D7 from the adressbus with the Z80 STI. You have to connect D0 with pin 21, D1 with pin 22, ..., D7 with pin 28. That's all.  
 
Now you can plug in the interface in the CPC. Switch the power on. If the CPC doesn't work normal please switch the power off and you have to watch for faults in the connection of your interface :-(. If everything is ok then you have to copy the assembler code and do the next test.
 
Now you can plug in the interface in the CPC. Switch the power on. If the CPC doesn't work normal please switch the power off and you have to watch for faults in the connection of your interface :-(. If everything is ok then you have to copy the assembler code and do the next test.
 
WARRANTY: There is no warranty of any defects of your CPC!!! On my CPC everything works fine and I hope that you won't have any problems with this RS232-Interface.
 
  
 
Second part: How to program the interface. (The assembler code is saved in RS232.ASM)               
 
Second part: How to program the interface. (The assembler code is saved in RS232.ASM)               
  
Z80-STI: 50 to 19200 bps (5,6,7 or 8 bit, 1, 1 1/2, 2 stopb., all parity flags) 24 registers, use 16 registers (direct) with F8E0-F8EF, the last 8 registers can be used indirect with a special register
+
Z80-STI: 50 to 19200 bps (5,6,7 or 8 bit, 1, 1 1/2, 2 stopbits, all parity flags) 24 registers, use 16 registers (direct) with F8E0-F8EF, the last 8 registers can be used indirect with a special register
  
The meaning and the adresses of the registers:
+
== The meaning and the Addresses of the registers ==
  
register 0, port adress F8E0:
+
=== Register 0 (Port F8E0h) ===
 
This register transfers data from and to a indirect register.
 
This register transfers data from and to a indirect register.
  
register 1, port adress F8E1:
+
=== Register 1 (Port F8E1h) ===
This register transfer the data from and to the I/O port of the chip. If you
+
This register transfers the data from and to the I/O port of the chip. If you use V24 you can request handshake signals from this port. In this interface the following bits have this meaning:
use V24 you can request handshake signals from this port. In this interface
+
Bit 0:    DTR (Data Terminal Ready)
the following bits have this meaning:
+
Bit 1:    RTS (Ready to Send)
Bit 0:    DTR (Data Terminal Ready)
+
Bit 2:    CTS (Clear to Send)
Bit 1:    RTS (Ready to Send)
+
Bit 3:    DSR (Data Set Ready)
Bit 2:    CTS (Clear to Send)
+
Bit 4-7:  not used
Bit 3:    DSR (Data Set Ready)
+
Bit 4-7:  not used
+
  
register 2-7, port adress F8E2-F8E7:
+
=== Register 2-7 (Port F8E2h-F8E7h) ===
 
These registers are used by the interrupt handler. If you want to know
 
These registers are used by the interrupt handler. If you want to know
 
what you can do with this registers please write to Mostek for support.
 
what you can do with this registers please write to Mostek for support.
  
register 8, port F8E8:
+
=== Register 8 (Port F8E8h) ===
Bit 3-7 are used by the interrupt handler. With bit 0-2 you can choose the
+
Bit 3-7 are used by the interrupt handler. With bit 0-2 you can choose the indirect register.
indirect register.
+
  
register 9, port adress F8E9:
+
=== Register 9 (Port F8E9h) ===
Controll register for timer A and B. You needn't to use the timer for a V24
+
Control register for timer A and B. You needn't to use the timer for a V24 interface.
interface.
+
  
register 10, port adress F8EA:
+
=== Register 10 (Port F8EAh) ===
 
Timer B value
 
Timer B value
  
register 11, port adress F8EB:
+
=== Register 11 (Port F8EBh) ===
 
Timer A value
 
Timer A value
  
register 12, port adress F8EC:
+
=== Register 12 (Port F8ECh) ===
 
USART-register. Change the connect-parameters.
 
USART-register. Change the connect-parameters.
 
 
         Bit  7    6    5    4    3    2    1    0
 
         Bit  7    6    5    4    3    2    1    0
 
               x    x    x    x    x    x    x    0
 
               x    x    x    x    x    x    x    0
Line 66: Line 59:
 
               please always set on 0
 
               please always set on 0
  
register 13, port adress F8ED:
+
=== Register 13 (Port F8EDh) ===
 
Receiver status. You need only the following bits:
 
Receiver status. You need only the following bits:
 +
Bit 0: Receiver-Enable, set to 1 if receiving is possible.
 +
Bit 1: Memory full "1" or not "0". (If 8 Bits are
 +
        received then the interface send memory full).
  
Bit 0: Receiver-Enable, set to 1 if receiving is possible.
+
=== Register 14 (Port F8EEh) ===
Bit 1: Memory full "1" or not "0". (If 8 Bits are received then the interface send memory full).
+
 
+
register 14, port adress F8EE:
+
 
Sending status. Again you need only two bits:
 
Sending status. Again you need only two bits:
 +
Bit 0: Sending-Enable, must set to "1" if sending is allowed.
 +
Bit 7: Memory full "1" or not "0". This bit can
 +
        be used to ask if a word is send or not.
  
Bit 0: Sending-Enable, must set to "1" if sending is allowed.
+
=== Register 15 (Port F8EFh) ===
Bit 7: Memory full "1" or not "0". This bit can be used to ask if a word is send or not.
+
 
+
register 15, port adress F8EF:
+
 
This is the send and receive register. Here you can get a word or send a word.
 
This is the send and receive register. Here you can get a word or send a word.
  
Indirect registers (Choose them with register 8):
+
== Indirect registers (Choose them with register 8) ==
  
 
register 0: Not used.
 
register 0: Not used.
Line 100: Line 93:
  
  
For more exact informations please write to Mostek and ask for support for the
+
For more exact informations please write to Mostek and ask for support for the Z80-STI. You also can look at the assembler code.
Z80-STI. You also can look at the assembler code.
+
 
+
  
 
== About the assembler code ==
 
== About the assembler code ==

Revision as of 17:16, 2 May 2010

How to build a RS232 - Interface for the CPC-Series!

Schematic and source code

First about the connection plan: You need a power supply that supports +9V,-9V and 5V. Connect all pins. You have to connect D0..D7 from the adressbus with the Z80 STI. You have to connect D0 with pin 21, D1 with pin 22, ..., D7 with pin 28. That's all. Now you can plug in the interface in the CPC. Switch the power on. If the CPC doesn't work normal please switch the power off and you have to watch for faults in the connection of your interface :-(. If everything is ok then you have to copy the assembler code and do the next test.

Second part: How to program the interface. (The assembler code is saved in RS232.ASM)

Z80-STI: 50 to 19200 bps (5,6,7 or 8 bit, 1, 1 1/2, 2 stopbits, all parity flags) 24 registers, use 16 registers (direct) with F8E0-F8EF, the last 8 registers can be used indirect with a special register

The meaning and the Addresses of the registers

Register 0 (Port F8E0h)

This register transfers data from and to a indirect register.

Register 1 (Port F8E1h)

This register transfers the data from and to the I/O port of the chip. If you use V24 you can request handshake signals from this port. In this interface the following bits have this meaning:

Bit 0:    DTR (Data Terminal Ready)
Bit 1:    RTS (Ready to Send)
Bit 2:    CTS (Clear to Send)
Bit 3:    DSR (Data Set Ready)
Bit 4-7:  not used

Register 2-7 (Port F8E2h-F8E7h)

These registers are used by the interrupt handler. If you want to know what you can do with this registers please write to Mostek for support.

Register 8 (Port F8E8h)

Bit 3-7 are used by the interrupt handler. With bit 0-2 you can choose the indirect register.

Register 9 (Port F8E9h)

Control register for timer A and B. You needn't to use the timer for a V24 interface.

Register 10 (Port F8EAh)

Timer B value

Register 11 (Port F8EBh)

Timer A value

Register 12 (Port F8ECh)

USART-register. Change the connect-parameters.

       Bit   7     6     5     4     3     2     1     0
             x     x     x     x     x     x     x     0
             ^     ^     ^     ^     ^     ^     ^     
             |     |     |     |     |     |     1=even     
             |     |     |     |     |     |     0=odd
             |     |     |     |     |     1=Parity on
             |     |     |     |     |     0=Parity off
             |     |     |               Startbit  Stopbit  Format
             |     |     |     0     0 =    0         0     synchron
             |     |     |     0     1 =    1         1     asynchron
             |     |     |     1     0 =    1       1 1/2   asynchron
             |     |     |     1     1 =    1         2     asynchron
             |     0     0 = 8 Bit
             |     0     1 = 7 Bit
             |     1     0 = 6 Bit
             |     1     1 = 5 Bit
             please always set on 0

Register 13 (Port F8EDh)

Receiver status. You need only the following bits:

Bit 0: Receiver-Enable, set to 1 if receiving is possible.
Bit 1: Memory full "1" or not "0". (If 8 Bits are 
       received then the interface send memory full).

Register 14 (Port F8EEh)

Sending status. Again you need only two bits:

Bit 0: Sending-Enable, must set to "1" if sending is allowed.
Bit 7: Memory full "1" or not "0". This bit can
       be used to ask if a word is send or not.

Register 15 (Port F8EFh)

This is the send and receive register. Here you can get a word or send a word.

Indirect registers (Choose them with register 8)

register 0: Not used.

register 1: Data for Timer D.

register 2: Data for Timer C.

register 3: Not used.

register 4: Not used.

register 5: Not used.

register 6: I/O-Port (receive or send). High means sending, low receiving.

register 7: Used for Timer C and D. Reset with "1".


For more exact informations please write to Mostek and ask for support for the Z80-STI. You also can look at the assembler code.

About the assembler code

The program RS232.ASM installs 2 new BASIC commands (|FORMAT, |RECORD, |SEND). Here you can read the description about this new commands:

|FORMAT, number of bps, number of stop-bits, data bits, parity on/off, parity even/odd

Number of bps:

                    0 =   50 bps
                    1 =   75 bps
                    2 =  110 bps
                    3 =  150 bps
                    4 =  300 bps
                    5 =  600 bps
                    6 = 1200 bps
                    7 = 2400 bps

Number of stop bits: 1 = 1 stop bit 0 = 2 stop bit

Data bits: 0 = 7 data bits 1 = 8 data bits

Parity: 1 = even 0 = odd

Parity: 1 = on 0 = off

Normally, you use 8N1 for connection with BBS's you can initialise this with |FORMAT, number of bps, 1, 1, 0, 1.


|RECORD, @a$ The incoming chars will be read in a string. Control codes will be send to the string, too, because sometimes you need it for binary transmissions.


|SEND, @a$ The string is send until it ends, except you press ESC. The program will not send CR or LF, so you can use this for binary transmission.


Last words

This interface is described in the book "Maschinenspracheprogramme und Hardware-Erweiterungen für Schneider CPC's" written by Paul Bauriedl, released by IDEA Verlag.

Tim Riemann
Gartenweg 3
35114 Haina-Kloster
Germany

Used components:

Downloads

File:Rs232cpc.lzh - All info and files on topic