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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file codebug_tether-0.2.0.tar.gz.
File metadata
- Download URL: codebug_tether-0.2.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
251d7a322e78682628a3ee8a6e495ad5f738fe63cf5a448289ef1706b772a05b
|
|
| MD5 |
15fb733d5e34a1a461e87bf35980de50
|
|
| BLAKE2b-256 |
17f5efa961971df0e3602316c35bcc1b85c9785fb939133ca8ee6edfd7e8644a
|