keytag.c File Reference

Tag protocol (protocol). More...

#include "keytag.h"
#include <kern/kfile.h>
#include <drv/timer.h>
#include <drv/ser.h>
#include <cfg/macros.h>
#include <cfg/debug.h>

Go to the source code of this file.


Detailed Description

Tag protocol (protocol).

Author:
Andrea Grandi <andrea@develer.com>
TAG protocol is decribed in this way:
 ---------------------------------------------------
 |STX (0x02)|data...(10 HEX chars)|CR|LF|ETX (0x03)|
 ---------------------------------------------------
 

Definition in file keytag.c.