All Projects → melihyarikkaya → React Native Serialport

melihyarikkaya / React Native Serialport

Licence: mit
React Native - Usb Serial Port Communication For Android Platform

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to React Native Serialport

pySerialTransfer
Python package to transfer data in a fast, reliable, and packetized form
Stars: ✭ 78 (+8.33%)
Mutual labels:  serialport
pyrealtime
Realtime data processing and plotting pipelines in Python
Stars: ✭ 62 (-13.89%)
Mutual labels:  serialport
Node Serialport
Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
Stars: ✭ 5,015 (+6865.28%)
Mutual labels:  serialport
serialPort
Android通用的串口通信库
Stars: ✭ 39 (-45.83%)
Mutual labels:  serialport
Android-SerialPort
『Android Lib』 Android 平台上的 usb 串口调试库,支持串口号、波特率、数据位、校验位、停止位、流控等参数设置,能够控制数据的收发
Stars: ✭ 236 (+227.78%)
Mutual labels:  serialport
Cserialport
基于C++的轻量级开源跨平台串口类库Lightweight cross-platform serial port library based on C++
Stars: ✭ 296 (+311.11%)
Mutual labels:  serialport
PInvokeSerialPort
P/Invoke wrapper for Win32API serial port
Stars: ✭ 30 (-58.33%)
Mutual labels:  serialport
Ninjaterm
A serial port terminal that's got your back.
Stars: ✭ 24 (-66.67%)
Mutual labels:  serialport
osx-ch341-serial
CH340/CH341 based USB to Serial Port Adapter driver for Mac OSX
Stars: ✭ 17 (-76.39%)
Mutual labels:  serialport
Androidserialport
Android串口通信示例
Stars: ✭ 497 (+590.28%)
Mutual labels:  serialport
libserialport.dart
Serial Port for Dart
Stars: ✭ 51 (-29.17%)
Mutual labels:  serialport
SerialPortHelper
一个低成本,能快速接入的串口通讯工具,支持处理并发,适配三种协议,同时支持监听多种不同报文头,适用于口红机、快递柜(格子柜),售货机、售餐机、咖啡机、游戏机等串口设备
Stars: ✭ 62 (-13.89%)
Mutual labels:  serialport
Serialtool
A cross platform Serial-Port/TCP/UDP debugging tool.
Stars: ✭ 384 (+433.33%)
Mutual labels:  serialport
serialport
PHP Serial Port
Stars: ✭ 42 (-41.67%)
Mutual labels:  serialport
Android Serialport Api
Fork自Google开源的Android串口通信Demo,修改成Android Studio项目
Stars: ✭ 715 (+893.06%)
Mutual labels:  serialport
serial.nim
A Nim library for accessing serial ports.
Stars: ✭ 59 (-18.06%)
Mutual labels:  serialport
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+4490.28%)
Mutual labels:  serialport
Cserialport
The latest modified version of Remon Spekreijse's serial port class
Stars: ✭ 64 (-11.11%)
Mutual labels:  serialport
Node Escpos
🖨️ ESC/POS Printer driver for node
Stars: ✭ 752 (+944.44%)
Mutual labels:  serialport
Scriptcommunicator serial Terminal
Scriptable cross-platform data terminal which supports: serial port, UDP, TCP, SPI, I2C and CAN.
Stars: ✭ 462 (+541.67%)
Mutual labels:  serialport

react-native-serialport

This library is for usb serial port communication on android platform

This module uses the felHR85/UsbSerial library

Documents

  1. Download & Installation
  2. Auto Connection
  3. Manual Connection
  4. Methods
  5. Error Descriptions

Use to write data to port

 RNSerialport.writeString("HELLO");
 RNSerialport.writeBase64("SEVMTE8=");
 RNSerialport.writeHexString("48454C4C4F");

DEFAULT DEFINITIONS

KEY VALUE
RETURNED DATA TYPE INT ARRAY (Options: INTARRAY, HEXSTRING)
BAUND RATE 9600
AUTO CONNECT BAUD RATE 9600
PORT INTERFACE -1
DATA BIT 8
STOP BIT 1
PARITY NONE
FLOW CONTROL OFF
DRIVER AUTO

Java Package Name

com.melihyarikkaya.rnserialport

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].