Skip to content

Arduino simple TCP interface and Python base class to interact with board

Notifications You must be signed in to change notification settings

sangallimarco/arduino_ethernet_simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Arduino Ethernet Board telnet protocol

A=pin0 B=pin1 C=...

Syntax: "#[<>~|]{1}[A-Z]{1}\n"

Examples of Commands:

"#>C1\n" set pin 2 to out mode and set it to high

"#<E\n" set pin 4 as input and read digital value

"#~A\n" read analog input 0 and return value

"#|mymessage\n" sends to serial TX message

About

Arduino simple TCP interface and Python base class to interact with board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published