serial port com1
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 308 articles for 0.004 sec
Removing COM1 without removing COM2?     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for serial port com1 in microsoft.public.windowsxp.embedded
Author: Santiago Allen
Date: Sep 3, 2007 01:20

Hi all, I have a strange request. We want to use special drivers to control serial port COM1 while using the standard drivers on COM2. In order for the special drivers to work, the COM1 driver must be removed, but we still need those drivers on...ran regmon and determined what was actually happening when I removed COM1 in XP Pro. The thing is, Im not quiete sure ...
Show full article (0.79Kb)
Re: Serial Port Enumeration Problem     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for serial port com1 in microsoft.public.windowsxp.embedded
Author: KM
Date: Apr 3, 2007 17:13

... be multiple mapping mentioned for specific port number in the SetupApi.log. And... the conflict. You can modify the port settings and names under [HKLM\SYSTEM\... does work though. There are 6 serial ports in my hardware. 2 from ... COM3 and COM4 instead of expected COM1, COM2, COM3, COM4, COM5 and COM6....] SetupDiCallClassInstaller Error: 0x2, Class: [Multi-port serial adapters] 10:47:07 AM ...
Show full article (4.98Kb)
Re: Serial Port Enumeration Problem     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for serial port com1 in microsoft.public.windowsxp.embedded
Author: Stuart Langley
Date: Apr 3, 2007 16:17

...> Seems like the class installer (Multi-port serial adapters) missing some files while installing...system does work though. There are 6 serial ports in my hardware. 2 from south... COM3 and COM4 instead of expected COM1, COM2, COM3, COM4, COM5 and COM6.... 10:47:06 AM - [LegacyInstallThread] SetupDiCallClassInstaller Error: 0x2, Class: [Multi-port serial adapters] 10:47:07 AM ...
Show full article (4.46Kb)
Re: Serial Port Enumeration Problem     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for serial port com1 in microsoft.public.windowsxp.embedded
Author: KM
Date: Apr 3, 2007 15:06

Boby, Seems like the class installer (Multi-port serial adapters) missing some files while installing ... system does work though. There are 6 serial ports in my hardware. 2 from south..., COM3 and COM4 instead of expected COM1, COM2, COM3, COM4, COM5 and COM6. ...) 10:47:06 AM - [LegacyInstallThread] SetupDiCallClassInstaller Error: 0x2, Class: [Multi-port serial adapters] 10:47:07 AM -...
Show full article (3.99Kb) · Show article thread
Serial Port Enumeration Problem     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for serial port com1 in microsoft.public.windowsxp.embedded
Author: Boby George
Date: Apr 3, 2007 09:45

...file. The system does work though. There are 6 serial ports in my hardware. 2 from south bridge and...COM2, COM2, COM3 and COM4 instead of expected COM1, COM2, COM3, COM4, COM5 and COM6. Any idea ... (ExitCode: 0x0) 10:47:06 AM - [LegacyInstallThread] SetupDiCallClassInstaller Error: 0x2, Class: [Multi-port serial adapters] 10:47:07 AM - [FBASkipDevice] ACPI\PNP0501\6 10:47:07 AM -...
Show full article (3.66Kb)
Re: Serial port IRQs     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for serial port com1 in microsoft.public.windowsxp.embedded
Author: Chris M.
Date: Mar 7, 2007 16:41

...a DFI G5M100 motherboard with 4 on-board serial ports. The BIOS default settings for the ports are: COM1 3F8,4 COM2 2F8,3 ...> When I install XP Pro these ports show up the same in Device Manager and... the same priority to setting IRQs to serial ports and the XP Pro installer. ...> I have also tried sharing IRQ4 between COM1 and COM3 as well as IRQ3 ...
Show full article (1.63Kb)
Re: Serial port IRQs     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for serial port com1 in microsoft.public.windowsxp.embedded
Author: crus
Date: Mar 6, 2007 12:34

... a DFI G5M100 motherboard with 4 on-board serial ports. The BIOS default settings for the ports are: COM1 3F8,4 COM2 2F8,3 COM3 ...> When I install XP Pro these ports show up the same in Device Manager and...give the same priority to setting IRQs to serial ports and the XP Pro installer. I have also tried sharing IRQ4 between COM1 and COM3 as well as IRQ3 ...
Show full article (1.43Kb) · Show article thread
Serial port IRQs     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for serial port com1 in microsoft.public.windowsxp.embedded
Author: Chris M.
Date: Mar 5, 2007 16:26

... a DFI G5M100 motherboard with 4 on-board serial ports. The BIOS default settings for the ports are: COM1 3F8,4 COM2 2F8,3 COM3 3E8...2E8,11 When I install XP Pro these ports show up the same in Device Manager and...give the same priority to setting IRQs to serial ports and the XP Pro installer. I have also tried sharing IRQ4 between COM1 and COM3 as well as IRQ3 between ...
Show full article (0.74Kb)
Re: Purging the serial port buffers     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for serial port com1 in microsoft.public.windowsxp.embedded
Author: KM
Date: Nov 22, 2006 10:54

...you write a command to the port but before the PurgeComm call. ...for simplicity): /*open the COM port*/ hSerial=CreateFile("COM1", GENERIC_READ | GENERIC_WRITE, 0, ...> OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0); /*define the port settings*/ dcbSerialParams.DCBlength=sizeof(dcbSerialParams); ...turn into gibberish since the two serial ports are woking at different ...
Show full article (4.01Kb)
Re: Purging the serial port buffers     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for serial port com1 in microsoft.public.windowsxp.embedded
Author: Joao Pio
Date: Nov 22, 2006 01:50

... you write a command to the port but before the PurgeComm call. ... for simplicity): /*open the COM port*/ hSerial=CreateFile("COM1", GENERIC_READ | GENERIC_WRITE, 0, 0...> OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0); /*define the port settings*/ dcbSerialParams.DCBlength=sizeof(dcbSerialParams); ...turn into gibberish since the two serial ports are woking at different baud...
Show full article (3.64Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next