I modified TOSBase to store a byte of data, by doing the following:
TOSBase.nc
- add component HPLUARTC
- add TOSBaseM.HPLUART -> HPLUARTC;
TOSBaseM.nc
HPLUART.init();
async event result_t HPLUART.get(uint8_t data) {}
async event result_t HPLUART.putDone() {}
But the motes do not respond.....where should these be called in TOSBase or is something else??
cheers
AG
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
