islandmagic / bb-link

B.B. Link, the BLE to Bluetooth Classic adapter for Kenwood TH-D74 / TH-D75 Radios
GNU General Public License v3.0
28 stars 2 forks source link

Feature Request: Output TX/RX Pakets via serial console #11

Open 9V1LH opened 4 months ago

9V1LH commented 4 months ago

Aloha from Singapore!

For debugging purposes, it would be beneficial if the received and transmitted packets were sent to the serial output.

73 & 55 de Stephan 9V1LH / DG1BGS

georges commented 4 months ago

What format would you expect the packet to be in? KISS frames in hex format?

9V1LH commented 4 months ago

In the best case it would show the packets in a readable format like the raw packets you would see in the aprs.fi app

georges commented 4 months ago

That would require needing to decode AX.25 protocol to interpret the payload. Fun, but maybe overkill for this adapter. What would you expect to get that you can't get in aprs.fi?

9V1LH commented 4 months ago

I agree. I had another idea and for this, I would also need to decode the AX.25 protokoll. However, I wasn't paying too much attention and thought that the radio already sent the KISS packets which could be easily been written to the serial output. Maybe I take a closer look at it when I have some spare time.