Giter Club home page Giter Club logo

baoclone's Introduction

Baoclone is a utility for programming handheld radios via a serial or USB
programming cable.  Supported radios:

 * Baofeng UV-5R
 * Baofeng UV-B5
 * Baofeng BF-888S

Web site of the project: https://code.google.com/p/baoclone/wiki/About


=== Usage ===

Save device binary image to file 'device.img', and text configuration
to 'device.conf':

    baoclone [-v] port

Write image to device.

    baoclone -w [-v] port file.img

Configure device from text file.
Previous device image saved to 'backup.img':

    baoclone -c [-v] port file.conf

Show configuration from image file:

    baoclone file.img

Option -v enables tracing of a serial protocol to the radio:


=== Example ===

For example:
    C:\> baoclone.exe COM5
    Connect to COM5.
    Detected Baofeng UV-5R.
    Read device: ################################################## done.
    Radio: Baofeng UV-5R
    Firmware: Ver  BFB291
    Serial: 120801NB5R0001
    Close device.
    Write image to file 'device.img'.
    Print configuration to file 'device.conf'.


=== Configurations ===

You can use these files as examples or templates:
 * uv-5r-factory.conf     - Factory configuration for UV-5R.
 * uv-b5-factory.conf     - Factory configuration for UV-B5.
 * bf-888s-factory.conf   - Factory configuration for BF-888S.
 * bf-t1-factory.conf     - Factory configuration for BF-T1.
 * uv-5r-sunnyvale.conf,
   uv-b5-sunnyvale.conf   - Configurations of my personal handhelds
                            for south SF Bay Area, CA.
 * bf-t1-gmrs.conf,
   bf-888s-gmrs.conf      - Configurations for [GMRS service](https://en.wikipedia.org/wiki/General_Mobile_Radio_Service)


=== Sources ===

Sources are distributed freely under the terms of MIT license.
You can download sources via SVN:

    git clone https://code.google.com/p/baoclone/

To build on Linux or Mac OS X, run:
    make
    make install

To build on Windows using MINGW compiler, run:
    gmake -f make-mingw

___
Regards,
Serge Vakulenko
KK6ABQ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.