badcast / arduino-connector

Arduino Connecter - 1.0.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino Connector - 1.0.0

DESCRIPTION


This method facilitates the process of connecting to the Arduino through an available port.

Linux / Mac OS: /dev/ttyUSB* Windows: \\\\.\\COM*

# ISSUE: How to use ? Step 1. Build
cmake -DCMAKE_BUILD_TYPE=Release -B ./build 
cd ./build
cmake --build . --clean-first

Step 2. Run Daemon

  ./aconnectord 

Step 3. Run Client

sent message to daemon with option -p (print)
  ./aconnector -p "Hello, World!"

Enjoy!

About

Arduino Connecter - 1.0.0

License:MIT License


Languages

Language:C++ 98.9%Language:CMake 1.1%