Hey
After connecting successfully, I am not receiving data from the serialport.
Is there an additional step required after connecting?
This is my connection :
SerialPortAPI.setSuPath("/system/xbin/su");
const serialPort = await SerialPortAPI.open("/dev/ttyS4", { baudRate: 115200, dataBits:16 });