FT817COMM

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


                    $digmode = $FT817->getDigmode();

            MENU ITEM # 26 - Returns the Setting of the Digital mode 
                             [RTTY/PSK31-L/PSK31-U/USER-L/USER-U]

getDigshift()

                    $digshift = $FT817->getDigshift();

            MENU ITEM # 27 - Shows the Digital Shift -3000 to +3000 Hz

getDsp()

                    $dsp = $FT817->getDsp();

            Returns the current setting of the Digital Signal Processor (if applicable) : ON / OFF

getDw()

                    $dw = $FT817->getDw();

            Returns the status of Dual Watch (DW) ON / OFF

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  

getEmergency()

                    $emergency = $FT817->getEmergency();

            MENU ITEM # 28 - Shows if Emergency is set to ON / OFF

getExtmenu()

                    $extmenu = $FT817->getExtmenu();

            MENU ITEM # 52 - Shows the Extended Menu Setting ON /OFF

getFasttuning()

                    $fasttune = $FT817->getFasttuning();

            Returns the current setting of the Fast Tuning mode : ON / OFF

getFlags()

                    $flags = $FT817->getFlags();

            Returns the current status of the flags : DEBUG / VERBOSE / WRITE ALLOW / WARNED

getFmmic()

                    $fmmic = $FT817->getFmmic();

            MENU ITEM # 29 - Returns the setting of FM MIC 0-100

getHome()

                    $home = $FT817->getHome();

            Returns the current status of the rig being on the Home Frequency : Y/N

getId()

                    $id = $FT817->getId();

            MENU ITEM # 31 - Returns the charachers for CWID

getKyr()

                    $kyr = $FT817->getKyr();

            Returns the current status of the Keyer (KYR) : ON/OFF

getLock()

                    $lock = $FT817->getLock();

            Returns the current status of the Lock : ON/OFF

getLockmode()

                    $lockmode = $FT817->getLockmode();

            MENU ITEM # 32 - Returns the Lock Mode  DIAL / FREQ / PANEL

getMainstep()

                    $mainstep = $FT817->getMainstep();

            MENU ITEM # 33 - Returns the Main Step COURSE / FINE

getMemgroup()

                    $memgroup = $FT817->getMemgroup();

            MENU ITEM # 34 - Returns Status of Memory groups ON / OFF



( run in 1.748 second using v1.01-cache-2.11-cpan-39bf76dae61 )