Closed MrTVDEV closed 2 years ago
Hello,
When I do "RNSerialport.writeString("Hello");", I get the error RNSerialport.writeString got 1 arguments, expected 2 .
Have you ever had the error? I really don't see where it can come from.
Thank you in advance.
As I described in README.md that fork diff from react-native-serialport:
- RNSerialport.writeString('HELLO'); + RNSerialport.writeString('/dev/bus/usb/001/007', 'HELLO');
Hello,
When I do "RNSerialport.writeString("Hello");", I get the error RNSerialport.writeString got 1 arguments, expected 2 .
Have you ever had the error? I really don't see where it can come from.
Thank you in advance.