The program installed without any problem but did open a dialog about selecting a com port that I clicked past without taking note(oops). I'm able to run the program without any problem it appears to work but is unable to talk to the power meter hardware.
I'm trying to connect using a USB to Serial adapter. Ubuntu seems to have recognized the adapter without any difficulty. After plugging it into the system lsusb returns:
Code: Select all
Bus 003 Device 006: ID 050d:0109 Belkin Components F5U109/F5U409 PDA Adapter
Code: Select all
[82077.000104] usb 3-2: new full speed USB device using uhci_hcd and address 5
[82077.223754] usb 3-2: configuration #1 chosen from 1 choice
[82077.226483] mct_u232 3-2:1.0: MCT U232 converter detected
[82077.229401] usb 3-2: MCT U232 converter now attached to ttyUSB0
Code: Select all
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
Code: Select all
sudo useradd -g dialout fhsm
When I run wine SRMWIN.exe and then try and try to connect to the powercontrol the terminal output is:
Code: Select all
wine SRMWIN.exe
fixme:comm:set_queue_size insize 40 outsize 40 unimplemented stub
err:comm:get_baud_rate tcgetattr error 'Input/output error'
fixme:comm:set_queue_size insize 40 outsize 40 unimplemented stub
err:comm:set_baud_rate tcgetattr error 'Input/output error'
err:comm:set_baud_rate tcgetattr error 'Input/output error'
err:comm:set_baud_rate tcgetattr error 'Input/output error'
err:comm:set_baud_rate tcgetattr error 'Input/output error'
err:comm:get_baud_rate tcgetattr error 'Input/output error'
fixme:comm:set_queue_size insize 40 outsize 40 unimplemented stub
err:comm:set_baud_rate tcgetattr error 'Input/output error'
err:comm:set_baud_rate tcgetattr error 'Input/output error'
err:comm:set_baud_rate tcgetattr error 'Input/output error'
err:comm:set_baud_rate tcgetattr error 'Input/output error'
err:comm:get_baud_rate tcgetattr error 'Input/output error'
fixme:comm:set_queue_size insize 40 outsize 40 unimplemented stub
err:comm:set_baud_rate tcgetattr error 'Input/output error'
err:comm:set_baud_rate tcgetattr error 'Input/output error'
err:comm:set_baud_rate tcgetattr error 'Input/output error'
err:comm:set_baud_rate tcgetattr error 'Input/output error'
This program is the last thing holding me to windows and I'm dieing to get it working. I'm at the edge of my knowledge here (I've been using Linux for 5 weeks) so if someone could help I'd appreciate it.