@genee/react-native-serialport
Usage
import { RNSerialPort } from '@genee/react-native-serialport';
const port = RNSerialPort.openPort('/dev/ttyS0', 9600);
await port.write();
import { RNSerialPort } from '@genee/react-native-serialport';
const port = RNSerialPort.openPort('/dev/ttyS0', 9600);
await port.write();
npm i @genee/react-native-serialport
18
1.4.5
MIT
21 kB
15