Skip to content

rainerleuschke/serial-bridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMM - Serial Bridge

Requirements

The Serial Bridge requires the AMM Standard Library be built and available (and so requires FastRTPS and FastCDR). In addition to the AMM library dependancies, the Serial Bridge also requires:

  • tinyxml2 (apt-get install libtinyxml2-dev)
  • boost::system

The serial bridge is Linux-only and written as an example for connecting to an Arduino device via serial.

Installation

    $ git clone https://github.com/AdvancedModularManikin/serial-bridge
    $ mkdir serial-bridge/build && cd serial-bridge/build
    $ cmake ..
    $ cmake --build . --target install

By default on a Linux system this will install into /usr/local/bin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.8%
  • CMake 18.6%
  • C 10.6%