Other Parts Discussed in Thread: Z-STACK
Hello everybody,
In the function:
/** Displays the contents of the Znp Buffer, znpBuf.
Useful for debugging ZNP communications.
*/
void printZnpBuf()
{
printf("zb: ");
for (int i=0; i<znpBuf[0]+3; i++)
printf("%02X ", znpBuf[i]);
printf("\r\n");
}
Where I can find the name of contents of the Znp Buffer? for instance, the first, second and third fields are, respectively, length, msb and lsb.
Any help is good.
tks
