2026-01-22 2:18 PM
Hello,
We completed a test of bi-driectional communication of the Proprietary Packet feature (PP) for a mass market client using the STWLC38 (RX) and STWBC86 (TX).
We're able to consistently receive the data of 5 bytes reliability from the RX to the TX.
In the other direction though, we haven't gotten it to work as the existing bi-directional communication PDF is well, not very specific.
On the RX side of things, the message buffer at 0x0190 is always filled with 0's, even though 0x0088 interrupt bit 5 (
RX MSG RCVD LTCH) is set to 1.
The document states
"The difference here is that STWBC86 does not add the checksum automatically, the user must provide it with the message. The checksum is calculated as a XOR of the message bytes, including the header."
So we assume the message is then constructed as (first byte sent): 1 byte header, 5 bytes message, 1 byte xor
The header is set to 6f in this case, not 5f (?)