Welcome to the FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
If you are having a problem, please refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.

SmartSDR Serial Passthrough - API Documentation

Options
Member ✭✭

Is there any API documentation available for the new SmartSDR Serial Passthrough?

73 Christian

Best Answer

  • Administrator, FlexRadio Employee admin
    edited July 7 Answer ✓

    I don't think the API has been updated. There are only a few relevant ethernet API changes. First, setting a usb cable type to passthrough:

    usb_cable set <serialNumber> type=passthrough

    Then SmartSDR CAT interacts with the data by receiving base64 data (by default) from the USB Cable via status message from the radio:

    usb_cable data:base64 <encoded string>

    And sends data from the local virtual port to the radio:

    usb_cable write <serialNumber> base64 <base64encodeddata>

    Hopefully that answers your questions. We will get this updated in the API soon (logged in our system as SMART-11468).

Answers

  • Member, Super Elmer Moderator

    Hi Christian, I don't think any new API documentation has been released in a while.

  • Member ✭✭

    Thank you very much Eric, it works perfectly! 😎

    73 Christian, HB9HJQ

Leave a Comment