| Crates.io | timex-datalink |
| lib.rs | timex-datalink |
| version | 0.1.0 |
| created_at | 2025-03-20 00:16:56.822577+00 |
| updated_at | 2025-03-20 00:16:56.822577+00 |
| description | Rust implementation of the Timex Datalink protocol for communicating with Timex watches |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1598742 |
| size | 331,213 |
This is a Rust implementation of the Timex Datalink protocol, ported from the Ruby gem timex_datalink_client.
The repository includes example code for Protocol 4 watches:
# Run the Protocol 4 example with a watch connected to /dev/ttyACM0
cargo run --example protocol4_example /dev/ttyACM0
Replace /dev/ttyACM0 with the appropriate port where your Datalink USB adapter is connected.