This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SERVER: Write Command on handle 0003, failed

the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.

476;16:12:32.6968 [ReadPacketQueueThread] Serial port read: 02-00-20-08-00-04-00-04-00-52-03-00-02 477;16:12:32.7028 [ReadPacketQueueThread] Received packet: AttWriteCommand, 52-03-00-02, Handle: 0x0003, Value: 02 478;16:12:32.7398 [] SERVER: Received packet <class 'protocol.Att.AttWriteCommand'> - [0x52, 0x03, 0x00, 0x02] 479;16:12:32.7468 [] SERVER: Write Command on handle 0003, succeded The thread 0x1a04 has exited with code 259 (0x103). 480;16:12:37.7371 [ReadPacketQueueThread] Serial port read: 02-00-20-0A-00-06-00-04-00-52-03-00-3C-5A-00 481;16:12:37.7411 [ReadPacketQueueThread] Received packet: AttWriteCommand, 52-03-00-3C-5A-00, Handle: 0x0003, Value: 3C-5A-00 482;16:12:37.7471 [] SERVER: Received packet <class 'protocol.Att.AttWriteCommand'> - [0x52, 0x03, 0x00, 0x3C, 0x5A, 0x00] 483;16:12:37.7571 [] SERVER: Write Command on handle 0003, failed

Related