PROTOCOLE
RS232 communication protocol and TCP / IP Cartridge.
Message 3 Bytes:
Byte 1:
* 4 MSB: Bit address => '1000'
* 4 LSB: Column number Binary => between '0001' and '0100'.
Byte 2:
* 4 MSB: Line number Binary => between '0001' and '1000'.
*4 LSB: Status Button => '0000' = Off; '0001' = On.
Byte 3 :
* Acknowledgement byte: Hex Value = h '21' (= '00100001').
Principle: when pressing a button, the panel sends a message according to the previous
configuration:
- If the button is off, it sends an ignition message.
- If the button is turned on, it sends an extinction message.
Ignition or extinction of the button is carried out when the operating unit receives the response
ignition or extinction of the PC.
RS232 setting:
- 2400 Bauds.
- 8 bits, no parity, 1 stop bit
IP setting base:
- IP: 192.168.0.64
- Mode : server
- Port TCP: 4687
MIDI communication protocol Cartridge.
1st Byte "Statut" : * 4 MSB : Message event "Control Change" => '1011'.
2nd Byte "Data1": *4MSB: Column number Binary => between '0001' and '0100'.
3. Byte "Data2" : * Value is the key: 0 or 127.
RAMI
* 4 LSB : MIDI Channel between 1 and 16.
* 4 LSB : Line number Binary => between '0001' and '1000'.
19
Cartridge II