Content deleted Content added
Line 67:
=== Message (Block) Structure) ===
DCB data is sent in short blocks messages consisting of an identifier, one or more data codes, and an end mark. Blocks may be sent intermittently (JP-8, OP-8) or continuously (Juno 60), in which case end marks are not used.▼
{| class="wikitable"
▲Blocks may be sent intermittently (JP-8, OP-8) or continuously (Juno 60), in which case end marks are not used.
|-
! Identifier/start !! Data !! Data !! ... !! End
|-
| F1-FE || 0-F0 || 0-F0 || ... || FF
|}
Identifier is 1 byte using a value F1 through FE, which acts as both a start marker and a message type. Data which follows must not use these data bytes. In practice only FD (patch code) and FE (key code) are used.
|