Doing OTA did work once but trying a second time did not work out yet.
I found that it is important the user that runs "wine MYSController.exe" must have access to the port ~/.wine/dosdevices/COMx links to:
$ ls -als /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_*
0 lrwxrwxrwx 1 root root 13 25 jan 09:38 /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A9SZN99X-if00-port0 -> ../../ttyUSB0
Is not good ("root root"), I changed the link to to:
$ ls -asl /dev/ttyUSB0
0 crw-rw---- 1 root dialout 188, 0 25 jan 11:34 /dev/ttyUSB0
In the debug log I see the 0;0;3;0;14;Gateway startup complete. message but no messages from the sensor.
Looks like the "File not open." window I am getting and:
fixme:comm:set_queue_size insize 4096 outsize 0 unimplemented stub
I am seeing on the command line has something to do with it.
NB: Seems like the GUI is programmed using TK. How about compiling it for Linux?