GitHunt
UZ

Uzlopak/react-native-serialport

React Native - Usb Serial Port Communication For Android Platform

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.write([0x48, 0x45, 0x4C, 0x4C, 0x4F]);

DEFAULT DEFINITIONS

KEY VALUE
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.uzlopak.rnserialport

Uzlopak/react-native-serialport | GitHunt