Talk:BCI on Sockets

From AIRWiki
Revision as of 16: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) =...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
CampoSTXTagLengthmsgEDX
Dimensione1 byte1 byte2 byteLength1 byte