Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/ricorx7/go-serial-websocket

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ricorx7/go-serial-websocket

  • v0.0.0-20160512205028-ce9a42d4c797
  • Source
  • Go
  • Socket score

Version published
Created
Source

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

FAQs

Package last updated on 12 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc