Skip to content

Willian-Zhang/p5-serial-event-setup-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

How to run

start a Serial Server

You might choose either with an GUI App or from cmd

GUI

run: https://github.com/vanevery/p5.serialcontrol/releases

Cmd Line

see https://github.com/vanevery/p5.serialport#p5serial-nodejs

run web server

either via serve.js or Python

serve.js way (Prefered)

Make sure you have node.js installed to have it run, if you don't have it:

install node.js
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install node
install serve.js
$ npm install -g serve
run
$ serve .

Python way

$ python -m SimpleHTTPServer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published