1.4.1 • Published 4 months ago

usb-serial-rn v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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

KEYVALUE
RETURNED DATA TYPEINT ARRAY (Options: INTARRAY, HEXSTRING)
BAUND RATE9600
AUTO CONNECT BAUD RATE9600
PORT INTERFACE-1
DATA BIT8
STOP BIT1
PARITYNONE
FLOW CONTROLOFF
DRIVERAUTO

Java Package Name

com.melihyarikkaya.rnserialport

1.4.1

4 months ago

1.4.0

4 months ago

1.3.9

4 months ago

1.3.7

4 months ago

1.2.8

4 months ago

1.3.6

4 months ago

1.2.7

4 months ago

1.3.5

4 months ago

1.2.6

4 months ago

1.3.4

4 months ago

1.2.5

4 months ago

1.3.3

4 months ago

1.2.4

4 months ago

1.3.2

4 months ago

1.2.3

4 months ago

1.3.1

4 months ago

1.2.2

4 months ago

1.3.0

4 months ago

1.2.1

4 months ago

1.3.8

4 months ago

1.2.9

4 months ago

1.2.0

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.1.9

4 months ago

1.1.8

4 months ago

1.0.9

4 months ago

1.1.7

4 months ago

1.0.8

4 months ago

1.1.6

4 months ago

1.0.7

4 months ago

1.1.5

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago