Error in Recived String (HTCC-AB01)

Hi,

I make communication with two HTCC-AB01 with AT Command arduino example.

The communication is correct, but when I send a string with 10 characters and later I send other but only with 5 characters, the receiver show me that it has received 10 characters:

Sender side:
+Send String:abcd
TX done
+OK
+Send String:abcd1234
TX done
+OK
+Send String:xyz
TX done

Receiver side:
Received String:abcd
RSSI:-15, SNR:11, Size:4
+OK
Received String:abcd1234
RSSI:-14, SNR:12, Size:8
+OK
Received String:xyzd1234 <-- Error I sent only xyz
RSSI:-15, SNR:13, Size:3

Thanks,
XCO

hi,

Thanks for your test. This is a BUG.

We just have fixed it. please git pull.

Hi,

I glad to help you with the BUGs.
Can you provide the GIT address?

Thanks,



Hi,

I checked it 1 hour ago but the last updated file was old, but now the GIT is updated with the new file.

Thanks,
XCO

Hi,

I tried it and work perfectly :slight_smile:

Thanks ,
XCO