Skip to content

zorglub42/serial-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serial-com

Is a serial communication toolkit with an arduino
It includes:

  • A socket server: connect the arduino at startup through serial port and manage request/response to it
  • An arduino library: to manage communications with the socket server
  • Examples: in PHP and bash to send request to the arduino and display responses

#install socket server

  • Connect as root by issuing (for example) the following command

     sudo -s
    
  • donwload package and install socket server

     curl https://raw.githubusercontent.com/zorglub42/serial-com/master/install | bash
    

#install arduino library

  • Download package as zip file here and extract it
  • Copy the entire content of folder "SerialCom" located in "arduino" folder of extracted package to ...../YOUR-ARDUINO-INSTALLATION-PATH/libraries

About

serial communication toolkit with an arduino

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages