logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

airspy_si5351c - chip register read/write tool

Author

       This manual page was written by Maitland Bottoms for the Debian project (but may be used by others).

Description

       The Airspy is a tiny and efficient software defined radio receiver.

       This application lets the user control the si5351c chip.

Examples

       airspy_si5351c -n 12 -r # reads from register 12

       airspy_si5351c -r # reads all registers

       airspy_si5351c -n 10 -w 22 # writes register 10 with 22 decimal

Name

       airspy_si5351c - chip register read/write tool

Options

       -c, --config <n>: print textual configuration information

       -n, --register <n>: set register number for subsequent read/write operations

       -r, --read: read register specified by last -n argument, or all registers

       -w, --write <v>: write register specified by last -n argument with value <v>

       [-s serial_number_64bits]: Open board with specified 64bits serial number.

See Also

       Airspy web page: http://airspy.com/

       Other airspy programs:

       airspy_r820t(1),  airspy_info(1),  airspy_rx(1),  airspy_spiflash(1),  airspy_gpio(1), airspy_gpiodir(1),
       airspy_lib_version(1)

Synopsis

airspy_si5351c[OPTIONS]

See Also