I am a Perl newbie playing around with this module as part of my gaining some Perl experience.
I have the A(G) model and was wondering if anyone knows if there is any significant difference between the A and A(G) models?
Working my way through the commands provided in this Perl Module, I find that I can't get the MemoryRead command to return any data. I simply get the 'N' returned which apparently means invalid command. I am not using any polling or callbacks yet and as such AI is turned off in the radio.
I had little trouble getting the Buffer command to work, which provides almost as much data as the MemoryRead command, so I assumed that Polling and callbacks aren't required for MemoryRead to function.
I can add some information about the the Buffer command:
a. Buffer command will work for Reading from either the VFO or a memory channel.
b. The X1 parameter returns a 1 if the radio can transmit on the selected freq., a 0 if transmission is blocked on freq. outside of legal amateur band.
Also, the %REV_STEPS and %REV_TONES calls to the Step's and Tone's hashs were not working for me. I changed the lines to $REV_STEPS = reverse(%STEPS); and $REV_TONES = reverse(%TONES); accordingly and they work for me now. I can't say whether this is better or even correct, but it works for me.
Any help would be appreciated.
It appears that there hasn't been a lot of activity on this module, but hope I can help in the future as I learn more.
Bill AE3WP