OpenSerial Fail in android hollywood 10
Posted: Tue Jan 23, 2024 11:01 pm
REPRODUCIBILITY: 100%
OSVERSION: Android 13
HOLLYWOOD: 10.0
even trying the simplest possible
error message pops up saying "cannot open serial port com1"
TEST i done
1)under windows11 offcourse it works
2)fails in Both APK compiled AND under hollywood player
3)old stuff done with hollywood 9 still works
4) compiling applet with hollywood 9 , and trying under player10 fails
5) compiling applet with hollywood 9 and trying with player 9.1 , works as expected, both simple and more complicated
OSVERSION: Android 13
HOLLYWOOD: 10.0
even trying the simplest possible
Code: Select all
OpenSerialPort(1, "COM1")
WriteSerialData(1, "Hello World!")
CloseSerialPort(1)
error message pops up saying "cannot open serial port com1"
TEST i done
1)under windows11 offcourse it works
2)fails in Both APK compiled AND under hollywood player
3)old stuff done with hollywood 9 still works
4) compiling applet with hollywood 9 , and trying under player10 fails
5) compiling applet with hollywood 9 and trying with player 9.1 , works as expected, both simple and more complicated