react-native-serialport
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.142latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.142
1.3.00
1.2.10
1.2.00
1.1.00
1.0.91
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i react-native-serialport

Weekly Downloads

43

Version

1.3.1

License

MIT

Unpacked Size

554 kB

Total Files

42

Last publish

Collaborators

  • melihyarikkaya