openUsbConnection method
Implementation
Future<bool?> openUsbConnection(
int index, int baudRate, int dataBits, int stopBits, int parity) {
throw UnimplementedError('openUsbConnection() has not been implemented.');
}
Future<bool?> openUsbConnection(
int index, int baudRate, int dataBits, int stopBits, int parity) {
throw UnimplementedError('openUsbConnection() has not been implemented.');
}