Go to the source code of this file.
Data Structures | |
| class | BaySerial |
Variables | |
| const | XBEE_ESCAPE pack("C",0x7d) |
| const | XBEE_DELIM pack("C",0x7e) |
| const | XON pack("C",0x11) |
| const | XOFF pack("C",0x13) |
| const | API_DATA pack("C",0x1) |
| const | API_ACK pack("C",0x2) |
| const | TX_OK pack("C",0x1) |
| const | TX_CHECKSUM_FAILED pack("C",0x2) |
| const | TX_BREAK pack("C",0x3) |
| const API_ACK pack("C",0x2) |
Definition at line 13 of file bayeosSerial.php.
| const API_DATA pack("C",0x1) |
Definition at line 12 of file bayeosSerial.php.
| const TX_BREAK pack("C",0x3) |
Definition at line 17 of file bayeosSerial.php.
| const TX_CHECKSUM_FAILED pack("C",0x2) |
Definition at line 16 of file bayeosSerial.php.
| const TX_OK pack("C",0x1) |
Definition at line 15 of file bayeosSerial.php.
| const XBEE_DELIM pack("C",0x7e) |
Definition at line 8 of file bayeosSerial.php.
| const XBEE_ESCAPE pack("C",0x7d) |
Definition at line 7 of file bayeosSerial.php.
| const XOFF pack("C",0x13) |
Definition at line 10 of file bayeosSerial.php.
| const XON pack("C",0x11) |
Definition at line 9 of file bayeosSerial.php.
1.8.6