similar to: Any work done on the Com Ports?

Displaying 20 results from an estimated 1000 matches similar to: "Any work done on the Com Ports?"

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
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
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
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
2013 Nov 17
2
Unable to use more than 4 serial devices at once.
Hi All. I'm trying to setup a guest within my hypervisor that acts as a Console Server, using 10 USB to Serial adapters. The Host is all setup and can access each Serial Port without problems. I have attempted to add the Serial Connections to a Guest, using both Virtual Machine Manager and by editing the .XML file, and I can add up to 4 Serial devices (Including one for console access to the
2003 Sep 29
2
cisco AS5300 : problem configuration
I wouldn't expect you to be using RFC3389 if your using A-law, can you include your IOS version and IOS config file ... I have not specified any allow's or disallow's in my * config for the codecs with my 5300, I also use Cisco 79xx phones and I use the option within the phones config file to select the preffered codec and when I change this to G.729/A-law/U-law all works perfectly
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
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
2005 Nov 14
1
COM ports under wine
How can I see the serial COM ports under wine programs? For example /dev/ttyS0 as COM1. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20051114/c6d4ff59/attachment.htm
2007 Mar 19
1
"Module not found"
I'm trying to run a program called GSAK (Geocaching Swiss Army Knife) under Wine. Most of it runs, however, as part of its normal operation it creates a batch file, BABEL.BAT, to communicate with a GPS using GPSBabel. I've run GPSBabel by itself under wine and it works. I've run the batchfile by hand and *THAT* works (under wcmd). However, I've since discovered that when GSAK
2013 Nov 19
0
Re: Unable to use more than 4 serial devices at once.
On 11/17/2013 09:18 PM, Matthew Harrold wrote: > On Sun, Nov 17, 2013 at 7:44 PM, Cole Robinson <crobinso@redhat.com > <mailto:crobinso@redhat.com>> wrote: > On 11/17/2013 01:26 PM, Matthew Harrold wrote: > > Hi All. > > > > I'm trying to setup a guest within my hypervisor that acts as a Console > > Server, using 10 USB
2007 Mar 19
2
Found the patch that breaks my app. Now what?
Okay, so I spent a lot of time locating the patch that prevents me from moving my application, GSAK, from 0.9.16 to the latest version of wine. I spent a lot of time recompiling different bisected versions of wine in order to do just that. I even submitted a bugzilla report. As it turns out, it was the patch I suspected when I first started. It seems that the dependency on the Mozilla Active X
2005 Oct 05
1
Simple encodig sample...
Hi all. I'm Mat & I'm new :) I'm testing libtheora + libogg perhaps for a commercial product. I started watching encoder_example.c ... I simplified it for testing it easier. It seems ok to me but I have no experience with theora so I would like to know if my code is correct. I tried to debug it with Valgrind and I found 4 possible memory leaks... but I think they can be
2009 Feb 01
3
Trying to Run a Program, I get these errors
Hi, I am new to wine. I am running Mac OSX 10.5 and the latest wine as installed by MacPorts. I am basically trying to run WINE in order to use one program I used on Windows - Extreme Sample Converter: I have read some posts on the net that say this is compatible with WINE. However, when I run it (I have already installed it successfully) I get the following error message almost immediately:
2005 Sep 13
1
Cisco AS5400 Configuration as a SIP Peer - URGENT
List users, It's been a while since I've posted here, but I've been hard at work pushing toward our large scale Asterisk goal and keeping up with this list can be a full time job by itself (I have19,543 unread list messages!!). This Friday, September 16th 2005, my team will be at the MCI Development Lab in Richardson, Texas testing our setup. We have a three server system
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
2009 Oct 15
2
Asterisk with a Cisco AS5300 gateway
Hi i test a new equipment on my backbone: a Cisco AS5300 with voice dsp ressource connected at a E1 Voice Link. I want that all call incoming on the cisco 5300 are sent to Asterisk and all Asterisk outgoing call are sent to Cisco AS5300. Actually, i configure the AS5300: isdn switch-type primary-net5 ! voice service voip sip ! voice class codec 400 codec preference 1 g711alaw codec
2011 Jun 05
1
Re: "Module not found"
Dan: I read the post: http://www.winehq.org/pipermail/wine-users/2007-March/025132.html I'm having the same problem (GSAK not up/downloading to/from my GPS and not showing the map when in split-screen mode) on my iMac via Crossover. Would you or someone there be willing to "talk me through" the procedure you mention in the above link, step-by-step? (I understand only the very
2014 Feb 10
2
Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
Hi, We've run into a problem with libvirt 1.1.2 and are looking for some comments on whether this is a bug or design intent. We're trying to use migrateToURI() but we're using a few things (numatune, vcpu mask, etc.) that may need adjustment during the migration. We found that migrateToURI2() mostly works if we use XML created by copying the domain XML from the running instance
2014 Feb 12
2
Re: Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
On 02/11/2014 04:45 PM, Cole Robinson wrote: > On 02/10/2014 06:46 PM, Chris Friesen wrote: >> Hi, >> >> We've run into a problem with libvirt 1.1.2 and are looking for some comments >> on whether this is a bug or design intent. >> >> We're trying to use migrateToURI() but we're using a few things (numatune, >> vcpu mask, etc.) that may need