Skip to content

saronic-technologies/umcan-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

umcan-rs

A no_std rust crate to generate and parse CAN Frames for the Ultra Motion Servo Cylinder CAN Protocol.

Install the crate

cargo add umcan

Examples

socketcan_recrev_cmd.rs will send and receive CAN frames via the linux socketcan interface using socketcan-rs

To run the example first bring up a vcan0 interface:

sudo modprobe vcan
sudo ip link add vcan0 type vcan
sudo ip link set vcan0 up

Then run socketcan_recrev_cmd.rs:

cargo run --example socketcan_recrev_cmd

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published