Wireless Demo Program using RADIO Library ----------------------------------------- Communication between EyeBot and PC. Start "pc" (from pc.c) on PC (always id 0), Start "eye.hex" (from eye.c) on robot with id 1. Please note: ------------ This is an extremely 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, July 2001