Skip to content

michaelmargolis/asip

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

The Arduino Service Interface Protocol (ASIP) is a protocol that provides communication between a computer and a microcontroller, typically Arduino.

ASIP enables a computer to discover, configure, read and write the microcontroller's general purpose IO pins. In this sense it is similar in spirit to Firmata, but differs in that it is designed to easily expose higher level service that can be implemented on Arduino.

The standard ASIP implementation uses a serial connection to the remote computer but other links using a stream interface, such as Ethernet can be used.

About

Arduino Service Interface Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages