1) make a textfile, say “wine-serial.reg”, with the following contents:
Code: Select all
REGEDIT4
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM]
"COM1"="COM1"
Code: Select all
wine notepad &
wine regedit wine-serial.reg
wine BASICtools.exe
Code: Select all
$ ./startBASICtools.sh
The following startscript without the use of notepad worked for me too. However it depends on regedit making the change during startup of BASICtools before it looks for serial ports.:
Code: Select all
wine BASICtools.exe &
wine regedit wine-serial.reg