The Windows K3 Utility, like many Windows programs that obtain the machine's inventory of serial ports, enumerates the registry values under HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM.
In an upcoming revision the utility will not display entries whose names are "winachsf0" which seems to correspond to internal modems in laptops. An alternative way of inventorying available serial ports is to attempt to open them all, from COM1 through COM255. I didn't choose that technique. Dick, K6KR -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of G4ILO Sent: Sunday, January 27, 2008 9:47 AM To: [email protected] Subject: Re: [Elecraft] K3 Firmware Updater under Linux / Wine R. Kevin Stover wrote: > > I banged my head against this for a month or so trying to get MixW work > with Wine/Debian. I'd manually enter the serial port info only to have > it erased. The windows API, more correctly the Wine implementation of > the WinAPI, doesn't know /dev/ttyS0 from Sunday. It doesn't know how to > translate /dev/ttySx to COMx. > > Probably better to keep a Winders machine around till the Linux app is > finished. > I had the same problem with my own software. Fortunately, as I wrote it, I was able to fix it. The problem has nothing to do with the actual communication but is to do with the way Windows software enumerates available serial ports. I don't know how others do it, but mine looks for certain registry entries. You can create symlinks between COM1 and /dev/ttyS0 etc to make the serial ports available under Wine, but Wine does not create these entries in the registry, and current versions won't let you add them using regedit either. ----- Julian, G4ILO K3 s/n: 222 K2 s/n: 392 G4ILO's Shack: www.g4ilo.com Zerobeat Ham Forums: www.zerobeat.net/smf -- View this message in context: http://www.nabble.com/K3-Firmware-Updater-under-Linux---Wine-tp15117763p1512 1702.html Sent from the Elecraft mailing list archive at Nabble.com. _______________________________________________ Elecraft mailing list Post to: [email protected] You must be a subscriber to post to the list. Subscriber Info (Addr. Change, sub, unsub etc.): http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/subscribers.htm Elecraft web page: http://www.elecraft.com _______________________________________________ Elecraft mailing list Post to: [email protected] You must be a subscriber to post to the list. Subscriber Info (Addr. Change, sub, unsub etc.): http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/subscribers.htm Elecraft web page: http://www.elecraft.com

