Wireless Demo Program using RADIO Library
-----------------------------------------
Communication between EyeBot and PC.

Start "pc.hex" on PC (always id 0),
Start "eye.hex" on robot with id 1.

Please note:
------------
This is an exremely simple program using the RADIO library.
PC and EyeBot programs have to be started shortly after
each other. This user program contains NO detection or
recovery for transmission errors. They will both hang
indefinitely.


Radio functions to be used on PC:
---------------------------------
int RADIOInit ()
int RADIOTerm ()

int RADIOSend (char id, int byteCount, void* buffer)
int RADIOCheck ()
int RADIORecv (char* id, int* bytesReceived, void* buffer)

void RADIOGetIoctl ( RadioIOParameters* radioParams )
void RADIOSetIoctl ( RadioIOParameters  radioParams )
------------------------
Thomas Braunl, Nov. 2000

