[Solved] Zigbee Network in API mode
The command for this is ATND. Just send the packet 0x7E 0x00 0x06 0x08 0x01 0x41 0x54 0x4E 0x44 0xCF to the coordinator. 0 solved Zigbee Network in API mode
The command for this is ATND. Just send the packet 0x7E 0x00 0x06 0x08 0x01 0x41 0x54 0x4E 0x44 0xCF to the coordinator. 0 solved Zigbee Network in API mode
How about using System.IO.Ports.SerialPort.Encoding Property? Like this: Encoding enc = new UTF8Encoding(true, true); YourPort.Encoding = enc; 6 solved SerialPort receive ?? chars, encoding is not right