Chris Byers wrote: > Does anyone know how I can change TOSBase so that it can handle > receiving a packet that has a data payload length of 38 bytes? Add a line like this to Makefile and recompile. (Adjust the length accordingly.) CFLAGS += -DTOSH_DATA_LENGTH=64 tony