Displaying 20 results from an estimated 3000 matches similar to: "COM ports under wine"
2009 Jul 18
3
program fails to enumerate COM ports
Hi. LG PC Sync can work with ~/.wine/dosdevices/com1 but fails to enumerate com ports. I cannot select port other than COM1 and the combo box that would allow me to do that is blank.
I did:
# ln -s /dev/ttyACM0 ~/.wine/dosdevices/com5
# sudo chmod g+rw,o+rw /dev/ttyACM0
and added to registry:
[HKEY_LOCAL_MACHINE\Hardware\DEVICEMAP\SERIALCOMM]
"COM5"="COM5"
env
2004 Aug 16
1
Program cannot find COM ports
Hi!
I have a problem running original Siemens Mobile Phone Update program.
It starts but writes "No COM ports available" and then quits.
I have my ports correctly configured but I didn't find any attempt to
use them by the program (with WINEDEBUG=all). However, I've found an attempt
to use the key "Hardware\\DeviceMap\\SerialComm", which is not present in
any of
2011 Nov 11
3
COPILOT Glucose Meter COM problem
I am a 62 year old beginner in Ubuntu. Thanks for any help, guidance, suggestions on this problem!
I have used commands like the following to be certain that I have an active com port:
dmesg | grep ttyS
rm com1
ln -s /dev/ttyS0 com1
So I suspect the solution lies somewhere in WINE.
If all else fails I will get a USB to SERIAL converter cable and try that.
My wife has an Abbott Labs Freestyle
2008 Mar 24
1
/dev/ttyS0 - COM1 problem
Hello, I'm trying to run my weather station (Davis WMII) on wine 0-9-58
and OpenSuSe 10.3.
After installation of WeatherLink 5.7.1, I try to communicate via COM1
but the program can't find it and even not test with a loop plug in COM1.
I have changed the mode to 0777 for the serial devices in
/etc/udev/rules.d/50-udev-default.rules and rebooted.
/home/sel/.wine/dosdevices reveal that
2002 Mar 11
1
Com port over the fourth
Hello everybody,
I'm trying to get work a win32 application (for NT) that communicate
with a lots of modems (30-40).
No problems if I configure the modem on the first two com ports, but I
cannot make it run if I ask it to use, for example, COM10, COM11, etc..
The command is:
wine --winver nt40 gpcwin.exe
Here is the error:
fixme:win32:DEVICE_Open Unknown VxD COM10. Try --winver nt40 or win31
2007 Mar 19
2
Any work done on the Com Ports?
I have two questions.
In setting the COM ports someone posted that the Symbolic link should be
ie... /dev/ttyS0 > com1
Is it suppose to be upper or lower case for COM1????
Also has there been any recent work on the COM ports? I have an
application that works fine with vmware but under Wine. The COM port
isn't even seen.
2009 Jan 12
10
USB and serial
Hello, everyone -
I have an old Windows app - a ship navigation program - that needs to
see GPS input on a serial port (it was written in the pre-USB days.) My
laptop, however, has no serial ports - but this same program, when run
on a friend's Windows box, can read the GPS info from the USB-connected
GPS via the "USB-Serial Driver". This is one of the frustrating bits of
this
2001 Oct 10
3
Problem: No Serial ports present
Hi,
I have wine without Windows instalation and would like to use my HP
Coolpix camera unload software.
After installation I allowed direct read/write to COM ports in
wine.conf, but the program complains there are no COM ports at all.
If I run wine --debugmsg +file +relay, I get something like wine works
with COM2 (COM1 is mouse) and missing wineoss.drv, MFC42LOC.DLL and
reg.dat.
How can I
2009 Sep 15
1
regedit deletes serialcomm keys
Hi to all.
Finally I have COM1 on wine apps. I symlinked ttyS0 and added these keys
Code:
[HARDWARE\\DEVICEMAP\\SERIALCOMM]
"COM1"="COM1"
"COM2"="COM2"
But regedit deletes them.
If I do this
Code:
wine regedit serial.reg
wine regedit
I see the keys.
I open my program with regedit opened and I see com1 and com2
But If I close regedit, then keys
2007 Sep 23
7
[PATCH] Default serial console to BAUD_AUTO
# HG changeset patch
# User john.levon@sun.com
# Date 1190588448 25200
# Node ID 9a8a2d9ad94f20c995a7b59b75fdd6fefb8dafc6
# Parent 20c00448e39c7d8528e40287cafe614a5d4bdbf5
Default serial console to BAUD_AUTO
Currently, the defaults for the serial console have a baud rate of zero,
which is less than useful. Default to BAUD_AUTO instead, so you can just
specify "console=com1" and it will
2017 Jun 23
2
sieve vacation message if ....
On Fri, 23 Jun 2017 14:46:21 +0200, Stephan Bosch stated:
>Op 21-6-2017 om 19:16 schreef lejeczek:
>> hi fellas
>>
>> generic construct for(if possible): reply vacation message if
>> address is not from add1 at com1 add2 at com2
>>
>> would you share?
>
>require "vacation";
>
>if not address "from" ["add1 at com1",
2019 Oct 09
2
Cloning llvm-project fails
Hi,
cloning/checkout llvm-project on Windows fails for me with:
C:\Users\KaiNacke\vscode>git clone
git://github.com/llvm/llvm-project.git master
Cloning into 'master'...
remote: Enumerating objects: 2557, done.
remote: Counting objects: 100% (2557/2557), done.
remote: Compressing objects: 100% (102/102), done.
Receiving objects: 100% (3562454/3562454), 1.27 GiB | 6.92 MiB/s, done.
2017 Jun 21
2
sieve vacation message if ....
hi fellas
generic construct for(if possible): reply vacation message
if address is not from add1 at com1 add2 at com2
would you share?
many thanks
L.
2010 Mar 27
2
Comm Ports
How do you go about configuring comm ports in Wine? I have a usb to serial adapter that is using ttyUSB1 under linux. The program I want to use under wine shows only the standard Windows comm ports; i.e, com1, com2, etc. How can I redirect those to ttyUSB1?
dick
2004 Apr 09
1
Sharp ZQ-290s sync software
Hi,
Since Sharps communication protocols are "top secret", I'm trying to
port their sync software to linux.
I'm new to wine, so this might be silly, but after hours of googling and
searching for solutions I'm posting this.
After installing DCOM98.exe, the Desktop software installed, and it
runs. Only problem is it doesn't detect the device connected to the
serial port
2017 Jun 23
1
sieve vacation message if ....
Op 23-6-2017 om 16:15 schreef Larry Rosenman:
> On 6/23/17, 9:13 AM, "dovecot on behalf of Jerry" <dovecot-bounces at dovecot.org on behalf of jerry at seibercom.net> wrote:
>
> On Fri, 23 Jun 2017 14:46:21 +0200, Stephan Bosch stated:
>
> >Op 21-6-2017 om 19:16 schreef lejeczek:
> >> hi fellas
> >>
> >>
2001 Feb 28
1
com port acccess again
hi guys!
i have some problem whit wine about the $SUBJECT
i start my program and i get the following error
message:
ceta.2@sb-003:~/.wine/fakewin/csoft30 > wine
--debugmsg +comm --managed comkern.exe
err:win32:fixup_imports No implementation for
shlwapi.dll.0(StrRetToBufA)
imported from shell32.dll, setting to 0xdeadbeef
err:win32:fixup_imports No implementation for
2008 May 15
4
How to Export COM port to guest domain
Greetings,
Using Xen 3.1 and Fedora 7, is it possible to export the serial
interface such that I can access
external devices on COM1 or COM2?
I am uncertain if PCI pass-thru is needed or if there''s nothing to
configure for this to work in
a fully virtualized Linux guest.
Any help would be greatly appreciated.
Regards,
Tony Johnson
_______________________________________________
2015 Aug 04
8
EFI: HP + syslinux = crash
On 04-08-15 17:38, Oscar Roozen wrote:
> Okay, the code in efi/ uses Print() from gnu_efi, but generic code from
> core/ like core/elflink/load_env32.c prints their messages and debugging
> stuff using printf(). These messages end up nowhere. This may explain
> why I never saw anything beyond a certain point, even with debugging
> turned on.
I was busy adding some code to dprintf.h
2002 Mar 18
1
More than 4 serial ports with wine.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Is it possible to run wine with more than 4 serial ports? Looking through
the source I seem to see a hard limit of MAX_PORTS=9, I would like
something more on the order of 36 serial ports. I need to run multiple
apps with a multi-port serial board, and I am hoping to do it though wine.
When I try to set a com port of COM6 in my .wine/config file I get