Martin Warby
2001-Feb-25 07:40 UTC
anyone know if its possible to get s35explorer running uder wine
tried to get the above program running (its a phone managment program for the siemens mobile phones) but it always brings up the error cannot open COM port.I can send AT commands to the phone via the terminal in KPPP. Martin Warby
Andreas Mohr
2001-Feb-25 09:35 UTC
anyone know if its possible to get s35explorer running uder wine
Martin Warby <martin.warby@ntlworld.com> wrote:> tried to get the above program running (its a phone managment program > for the siemens mobile phones) but it always brings up the error cannot > open COM port.I can send AT commands to the phone via the terminal in > KPPP.Ouch ! That might be the bug I fixed just days ago. Or maybe not... Please run wine --debugmsg +relay,+comm,+text,+string,+file prg.exe &>/tmp/wine.log , compress wine.log and mail it to me immediately. Andreas Mohr
lawson_whitney@juno.com
2001-Feb-25 11:10 UTC
anyone know if its possible to get s35explorer running uder wine
On Sun, 25 Feb 2001, Martin Warby wrote:> tried to get the above program running (its a phone managment program > for the siemens mobile phones) but it always brings up the error cannot > open COM port.I can send AT commands to the phone via the terminal in > KPPP. > > Martin WarbyYes, and what have you in [serialports]? [serialports] "Com1" = "/dev/ttyS0" "Com2" = "/dev/ttyS1" "com4" = "/dev/ttyS3,38" will get me this: err:dosfs:DOSFS_CreateCommPort Couldn't open /dev/ttyS3,38 ! (check permissions) fixme:dosfs:DOSFS_OpenDevice device open COM4 not supported (yet) err:file:CreateFileA Couldn't open device 'COM4'! This works (at the port speed as set by "stty -F /dev/ttyS3"), and in fact this letter comes to you from Wine over /dev/ttyS3. [serialports] "Com1" = "/dev/ttyS0" "Com2" = "/dev/ttyS1" "com4" = "/dev/ttyS3" Specifying a port speed only works for 16 bit apps, until somebody fixes it. Only specify a "port" = "device" for 32 bit comm apps, to get on with. Of course, not having any entry in [serialports] would also cause it open to fail. Lawson Everything comes from somewhere. Everything has to go somewhere. There ain't no such thing as a free IRQ. ---cut here ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/tagj.
Uwe Bonnes
2001-Feb-25 15:44 UTC
anyone know if its possible to get s35explorer running uder wine
Martin Warby <martin.warby@ntlworld.com> wrote: : tried to get the above program running (its a phone managment program : for the siemens mobile phones) but it always brings up the error cannot : open COM port.I can send AT commands to the phone via the terminal in : KPPP. Follow the steps given in documentation/debugging Bye -- Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Martin Warby
2001-Feb-26 13:30 UTC
anyone know if its possible to get s35explorer running uder wine
Martin Warby wrote:> > tried to get the above program running (its a phone managment program > for the siemens mobile phones) but it always brings up the error cannot > open COM port.I can send AT commands to the phone via the terminal in > KPPP. > > Martin WarbySolved the problem by upgrading my version of wine to 20010216 thanks all for your help Martin Warby