COMMAND SET
Thank you for your work with the MAX2870. I am working with your example2870. I believe that I have good communication between the UNO and MAX2870 (see MAX2870 Read STATUS.jpg)
I have adjusted the REF successfully. I cannot seem to set output frequency successfully. Is there a document that describes exactly how to format the "setf" command? Here is an example of what I've attempted:
setf 0x3000000000, 4, 4, UNDIVIDED, false, 0x000003E8, 0x00007530
Frequency is a character string ,Power Level 4, Aux Power Level 4, fundamental (UNDIVIDED),
Precision Frequency is false, Frequency Tolerance is 1000Hz expressed as uint32_t, calculation timeout is 30000 expressed as uint32_t
I get an ERROR code. I've tried this command every way I can think of.
Additionally, is there a command that would allow setting frequency only and power level only?
I tried using the link on your GitHub MAX2870 main page where it says: "The library is documented in the [docs directory] (https://github.com/brycecherry75/MAX2870/blob/main/doc/html), and was created using Doxygen." The hyperlink is not working. I thought there might be some examples of each command (really useful for me since I'm still learning).
Thanks so very very much for any assistance you can offer.
dlramfan