As far as I know the API is the standard HPSDR API, you send ERASE and PROGRAM packets.
-a 64-byte block starting with 0xEF 0xFE 0x03 0x02 is an ERASE packet
(send it and wait for the response)
-a 264 byte block starting with EF FE 03 01 is a PROGRAM packet, the next
four bytes are the number of (256 byte) blocks. Send as many blocks
you need, wait for a response after each of them
> Am 04.08.2023 um 08:01 schrieb Simon Brown <
si...@sdr-radio.com>:
>
> Hi,
>
> I should have been clearer - I was looking for the API so I can add this support in my own code.