Skip to main content

Control CodeBug over Serial USB.

Project description

CodeBug Tether

Can control CodeBug tethered over Serial USB.

Documentation: http://codebug-tether.readthedocs.org/

CodeBug Loader RX (cblrx)

This is a test receiver for the CodeBug loader.

In terminal 1:

$ cd cblrx $ make $ ./cblrx Fake CodeBug serial port is: /dev/pts/4

In terminal 2:

$ python3 >>> from codebug_tether import CodeBug >>> >>> cb = CodeBug(‘/dev/pts/4’) >>> >>> cb.set(0, 0b10101)

Watch terminal 1 change. Change Log ==========

v0.3.0

  • Removed confusing channel list.

  • Ready for release on GitHub.

v0.2.0

  • Added and_mask into set packets.

v0.1.2

  • Added some more examples.

  • Updated the readme.

v0.1.1

  • Fixed CodeBug.get_input().

v0.1.0

  • Inital dev release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codebug_tether-0.2.0.tar.gz (6.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page