Skip to content

ricorx7/go-serial-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A GO application that will allow you to use the serial port over the internet using a websocket connection.

BUILD

set GOPATH=PATH\To\GO go build

Run Application

./go-serial-websocket --port COM5 --baud 115200

This will open a serial port connection to COM5 with a baudrate of 115200.
Open up the web browser and go to the file path: localhost:8989/serial

Communicate with the serial port using the web browser.

Most of this code was derived from http://github.com/johnlauer/serial-port-json-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published