FT817COMM
view release on metacpan or search on metacpan
lib/Ham/Device/FT817COMM.pm view on Meta::CPAN
=item getDigshift()
$digshift = $FT817->getDigshift();
MENU ITEM # 27 - Shows the Digital Shift -3000 to +3000 Hz
=item getDsp()
$dsp = $FT817->getDsp();
Returns the current setting of the Digital Signal Processor (if applicable) : ON / OFF
=item getDw()
$dw = $FT817->getDw();
Returns the status of Dual Watch (DW) ON / OFF
=item getEeprom()
$value = $FT817->getEeprom();
Currently returns just the value you send it. In verbose mode however, it will display a formatted
output of the memory address specified.
With one argument it will display the information about a memory address
[FT817]@/dev/ttyUSB0$ get eeprom 005f
ADDRESS BINARY DECIMAL VALUE
___________________________________________________
005F 11100101 229 E5
With two arguments it will display information on a range of addresses
[FT817]@/dev/ttyUSB0$ get eeprom 005f 0062
ADDRESS BINARY DECIMAL VALUE
___________________________________________________
005F 11100101 229 E5
0060 00011001 25 19
0061 00110010 50 32
0062 10001000 136 88
=item getEmergency()
$emergency = $FT817->getEmergency();
MENU ITEM # 28 - Shows if Emergency is set to ON / OFF
=item getExtmenu()
$extmenu = $FT817->getExtmenu();
MENU ITEM # 52 - Shows the Extended Menu Setting ON /OFF
=item getFasttuning()
$fasttune = $FT817->getFasttuning();
Returns the current setting of the Fast Tuning mode : ON / OFF
=item getFlags()
$flags = $FT817->getFlags();
Returns the current status of the flags : DEBUG / VERBOSE / WRITE ALLOW / WARNED
=item getFmmic()
$fmmic = $FT817->getFmmic();
MENU ITEM # 29 - Returns the setting of FM MIC 0-100
=item getHome()
$home = $FT817->getHome();
Returns the current status of the rig being on the Home Frequency : Y/N
=item getId()
$id = $FT817->getId();
MENU ITEM # 31 - Returns the charachers for CWID
=item getKyr()
$kyr = $FT817->getKyr();
Returns the current status of the Keyer (KYR) : ON/OFF
=item getLock()
$lock = $FT817->getLock();
Returns the current status of the Lock : ON/OFF
=item getLockmode()
$lockmode = $FT817->getLockmode();
MENU ITEM # 32 - Returns the Lock Mode DIAL / FREQ / PANEL
=item getMainstep()
( run in 2.019 seconds using v1.01-cache-2.11-cpan-cdf2f3d4e48 )