CC2531USB-RD: CC2531USB-RD Display Received Message

Part Number: CC2531USB-RD
Other Parts Discussed in Thread: REMOTI, , CC2531

Tool/software:

Hi,

 We are able to pair a remote to the CC2531USB-RD. From the RemoTI Target Emulator, we can see all the transmitted messages from the remote. And I believe serial port communication is behind the scenes.

But when we try to use a universal serial console to access the CC2531USB-RD, the messages we are seeing are kind of encrypted, we tried all the baud rate but doesn’t work.

We’d like to learn how to get those messages displayed on the RemoTI Target Emulator. 

Please see the screenshot below.

  • Hi,

    The output of the CC2531 serial will likely be encoded. This encoding can be parsed by the RemoTI tool.

    However, Tera Term assumes an ASCII input, which the CC2531 is not outputting to it. So now you have Tera Term parsing with ASCII while the CC2531 is outputting a RemoTI encoding.

    I recommend to continue using the RemoTI tool, rather than the serial console.

    Thanks,
    Toby