All Projects → bugst → Go Serial

bugst / Go Serial

Licence: bsd-3-clause
A cross-platform serial library for go-lang.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Go Serial

Cleanit
Open-source Autonomy Software in Rust-lang with gRPC for the Roomba series robot vacuum cleaners. Under development.
Stars: ✭ 125 (-35.57%)
Mutual labels:  serial
Cordovarduino
Cordova/Phonegap plugin for USB host serial communication from an Android device.
Stars: ✭ 156 (-19.59%)
Mutual labels:  serial
Arduino Cmdmessenger
CmdMessenger Communication library for Arduino & .NET
Stars: ✭ 175 (-9.79%)
Mutual labels:  serial
Arduino Plotter
An Arduino library for easy graphing on host computer via serial communication
Stars: ✭ 129 (-33.51%)
Mutual labels:  serial
Webserial
Remote Serial monitor for ESP8266 & ESP32
Stars: ✭ 133 (-31.44%)
Mutual labels:  serial
Esp32 Serial Bridge
Wifi to 3x Serial bridge based on a ESP32
Stars: ✭ 169 (-12.89%)
Mutual labels:  serial
P5.serialport
Serial Port API and Server for p5.js
Stars: ✭ 120 (-38.14%)
Mutual labels:  serial
Qtswissarmyknife
QSAK (Qt Swiss Army Knife) is a multi-functional, cross-platform debugging tool based on Qt.
Stars: ✭ 196 (+1.03%)
Mutual labels:  serial
Pyserial Asyncio
asyncio extension package for pyserial
Stars: ✭ 150 (-22.68%)
Mutual labels:  serial
Androidbluetoothlibrary
A Library for easy implementation of Serial Bluetooth Classic and Low Energy on Android. 💙
Stars: ✭ 171 (-11.86%)
Mutual labels:  serial
Web Bluetooth Terminal
Progressive Web Application for serial communication with your own Bluetooth Low Energy (Smart) devices
Stars: ✭ 130 (-32.99%)
Mutual labels:  serial
Vjoyserialfeeder
Feed Virtual Joystick driver with data from a serial port
Stars: ✭ 133 (-31.44%)
Mutual labels:  serial
Johnny Five
JavaScript Robotics and IoT programming framework, developed at Bocoup.
Stars: ✭ 12,498 (+6342.27%)
Mutual labels:  serial
Emonesp
ESP8266 WIFI serial to emoncms link
Stars: ✭ 126 (-35.05%)
Mutual labels:  serial
Packetserial
An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.
Stars: ✭ 177 (-8.76%)
Mutual labels:  serial
Liblightmodbus
A cross-platform, lightweight Modbus RTU library
Stars: ✭ 121 (-37.63%)
Mutual labels:  serial
Diozero
Java Device I/O library that is portable across Single Board Computers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.
Stars: ✭ 167 (-13.92%)
Mutual labels:  serial
Pyserial
Python serial port access library
Stars: ✭ 2,464 (+1170.1%)
Mutual labels:  serial
Esp Link
esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Stars: ✭ 2,324 (+1097.94%)
Mutual labels:  serial
Gps.js
A NMEA parser and GPS utility library
Stars: ✭ 171 (-11.86%)
Mutual labels:  serial

Build Status

go.bug.st/serial

A cross-platform serial library for go-lang.

Documentation and examples

See the godoc here: https://godoc.org/go.bug.st/serial

go.mod transition

This library now support go.mod with the import go.bug.st/serial.

If you came from the pre-go.mod era please update your import paths from go.bug.st/serial.v1 to go.bug.st/serial to receive new updates. Anyway, the latest v1 release should still be avaiable using the old import.

Credits

✨ Thanks to all awesome contributors! ✨

License

The software is release under a BSD 3-clause license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].