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