usb-serial-rn
v1.4.1
Published
High performance JAVA native gateway passthrough between multi usb serial port and multi socket without JS bridge, or just use multi usb serial port or socket alone
Downloads
54
Maintainers
Readme
react-native-serialport
This library is for usb serial port communication on android platform
This module uses the felHR85/UsbSerial library
Documents
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