# react-native-serialport **Repository Path**: iamfat/react-native-serialport ## Basic Information - **Project Name**: react-native-serialport - **Description**: @genee/react-native-serialport - **Primary Language**: Kotlin - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-09 - **Last Updated**: 2022-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @genee/react-native-serialport ## Usage ```typescript import { RNSerialPort } from '@genee/react-native-serialport'; const port = RNSerialPort.openPort('/dev/ttyS0', 9600); await port.write(); ```