Wine and COM serial ports

Questions about Wine on Linux
Locked
downybear
Newbie
Newbie
Posts: 3
Joined: Sun Feb 24, 2013 1:21 pm

Wine and COM serial ports

Post by downybear »

Hi all,
I would like to use Wine with seial ports COM1, COMn, ....
I have FTDI serial devices installed under openSUSE 12.4 available as ttyUSB0, ttyUSB1 etc.
How to configure Wine to connect ttyUSB0 to COM1 and so on.
Is it possible?
I have searched in QT4 GUI but I can not find nothing.

Thank you in advance for help.
Mariusz
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine and COM serial ports

Post by dimesio »

downybear
Newbie
Newbie
Posts: 3
Joined: Sun Feb 24, 2013 1:21 pm

Re: Wine and COM serial ports

Post by downybear »

Hi dimesio,
thank you for info.
I have started just now with Wine and I am totally newbe in this area.
Please let me know if we will error trace like this:

Code: Select all

 *** EXCEPTION : 20:22:36 24/02/2013
 Process     : 37
 Thread      : 38

 EXCEPTION REPORT RECORD
 ExceptionCode    = C0000005
 ExceptionFlags   = 00000000
 ExceptionAddress = 10001E20
 NumberParameters = 00000002
 ExceptionInfo    = 00000000 00000000

 CONTEXT RECORD
 ContextFlags=0001003F
 DEBUG REGISTERS DR0=00000000 DR1=00000000 DR2=00000000
                 DR3=00000000 DR6=00000000 DR7=00000000
 SEGMENT REGISTERS GS=0000003B FS=00000033 ES=0000007B DS=0000007B
                   ESI=00126468 EDI=001265AC
 REGISTERS EBX=1000174F EDX=001265B0
           BP =0033F500 IP =10001E20
           CS=00000073 FLG=00210206

 Violation Memoire (write) a l'adresse : 0
 TRACE
We will can do anything to finally start application step by step?
And second fast question - this app has a lot their own dll's.
Does the dll's should be in applications folder or somewhere near the wine?

And now I will read Wine docs :)
Regards
Mariusz
sle85276
Newbie
Newbie
Posts: 3
Joined: Fri Jan 18, 2013 2:11 pm

Re: Wine and COM serial ports

Post by sle85276 »

What you do not find in the user guide are informations about registry keys that exist on windows and are not offered from wine. One example is HKLM\HARDWARE\DEVICEMAP\SERIALCOMM.
downybear
Newbie
Newbie
Posts: 3
Joined: Sun Feb 24, 2013 1:21 pm

Re: Wine and COM serial ports

Post by downybear »

Hi,
thank you for info.
I have found this part of the registry.
In the meantime I was talking with friends who has more experiences with wine and currently I know that I have to change my Linux distribution to this one which will be used in final solution.
In my openSUE 12.2 and wine 1.5.6 and 1.5.24 wine can't find ntdll which is of course available on the showed path, but can't be loaded.
I will here back soon when I will change my distribution to the expected one.
Regards
Mariusz
thrilosgate7
Newbie
Newbie
Posts: 1
Joined: Thu Feb 28, 2013 1:27 pm

Re: Wine and COM serial ports

Post by thrilosgate7 »

hello all ihave a problem too with wine and the com port.I want to flash my dreambox with wine and dream up using linux mint distribution nadia.I ve done the above tut the programm accept the com1 potrt in the dropdown menu but after that im trying to connect and a error appears can not open comport.Can anyone help me thx for your time.
Locked