Skip to content

PPoliakoff/ArduinoCommandPrompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ArduinoCommandPrompt

Server running in the Arduino

The server offers via the serial port over USB a prompt the allows to access to the arduino functionalities

The supported commands are

  • Help
  • Version
  • PinMode(port,OUTPUT|INPUT|INPUT_PULLUP)
  • DigitalWrite(port,HIGH|LOW)
  • digitalRead(port)
  • ReadAnalog(analogPort)
  • AnalogWrite(port,value)

The commands are case insensitive

Stil to do allow to specify range of ports e.g. 2-6

Client running on the PC

The client could be any serial terminal (even the one included in the Arduino IDE) The client provided here is developped in C#. It is massively ispired from the .net serial port example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages