README
@genee/react-native-serialport
Usage
import { RNSerialPort } from '@genee/react-native-serialport';
const port = RNSerialPort.openPort('/dev/ttyS0', 9600);
await port.write();
## Usage ```typescript import { RNSerialPort } from '@genee/react-native-serialport';
<script type="module">
import geneeReactNativeSerialport from 'https://cdn.skypack.dev/@genee/react-native-serialport';
</script>
import { RNSerialPort } from '@genee/react-native-serialport';
const port = RNSerialPort.openPort('/dev/ttyS0', 9600);
await port.write();