UsbCANConverter-UCCbasic / uCCLibC

C++ Library for USB CAN Converter

Home Page:https://ucandevices.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uCCBlibC

C++ library for uCCBasic, USB to CAN interface.

Build

Project is stored as bare source code so that you can use your favourite IDE to open and compile it on your own!

Usage

uCCBlibC provides interface to obtain commands to communicate with uCCBasic. Commands are represented as string values and can be passed directly to serial buffer. Example usage is shown in demo.cpp file.

Catch framework was used in order to test every aspect of the project during development.
RS232 library was used to demonstrate example usage of uCCBlibC.

Creator

This was created by and is maintained by Piotr Ciarach

Copyright and License

Software is under MIT license

About

C++ Library for USB CAN Converter

https://ucandevices.github.io/

License:MIT License


Languages

Language:C++ 94.2%Language:C 5.8%