keytag.h File Reference
Tag protocol. (interface). More...
#include <kern/kfile.h>#include <drv/ser.h>Go to the source code of this file.
Data Structures | |
| struct | TagPacket |
| Structure of a Tag packet. More... | |
Defines | |
| #define | TAG_STX 0x02 |
| Starting communication char (STX). | |
| #define | TAG_ETX 0x03 |
| Ending communication char (ETX). | |
| #define | TAG_MAX_LEN 14 |
| Max buffer lenght. | |
| #define | TAG_MAX_PRINT_CHARS 12 |
| Max number of chars to print in the communication serial. | |
Detailed Description
Tag protocol. (interface).
Definition in file keytag.h.
