Talk:BCI on Sockets
From AIRWiki
Revision as of 15:48, 13 September 2011 by MarioPolino (Talk | contribs) (Created page with "===Info=== Le comunicazioni con il dispositivo avvengono su tre porte: *7023 Boot (loading del firmware) *7024 Control (Invio di comandi e settaggi) *7025 Data (Ricezione dati) =...")
Info
Le comunicazioni con il dispositivo avvengono su tre porte:
- 7023 Boot (loading del firmware)
- 7024 Control (Invio di comandi e settaggi)
- 7025 Data (Ricezione dati)
Boot
Ogni messaggio di comunicazione deve avere il seguente formato.
STX 1 byte 0x02 Tag 1 byte Length 2 byte short in BigEndian msg Lenght byte EDX 1 byte 0x03
Campo | STX | Tag | Length | msg | EDX |
---|---|---|---|---|---|
Dimensione | 1 byte | 1 byte | 2 byte | Length | 1 byte |