Skip to content

UsbCANConverter-UCCbasic/uCCLibC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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