Help - Search - Members - Calendar
Full Version: Serial COM Support
The CD Forum > The CD Forum > Windows PE
masakiton
Hi,

I'm new to Windows PE and I'm trying to use the serial COM port to communicate to a device.

My problem is that my PE build/image cannot use the serial COM port. It won't detect the COM ports.

Any idea on how to add support or detect COM ports in PE?

Thanks.
andrewmi
Make sure you start the serial port service:

net start serenum

Then install the driver:

devcon install x:\windows\inf\msports.inf ACPI\PNP0501

*devcon will need to be downloaded from MS.

After I do both of these, I am able to use my apps to communicate to COMx
Leopold
QUOTE (andrewmi @ May 8 2008, 02:53 PM) *
Make sure you start the serial port service:

net start serenum

Then install the driver:

devcon install x:\windows\inf\msports.inf ACPI\PNP0501

*devcon will need to be downloaded from MS.

After I do both of these, I am able to use my apps to communicate to COMx


Hello,
I looking for Communication ports support for WinPe that created by BartPe

I type this two commands undet winPE and after typing the: "net start serenem" I got error: "The service name is invalid."
And after runing the second command I got error after Updating driver.
The devcon tring to Update the msports.inf driver and failed.
is anybody can help me with my problem?
Thancks. rolleyes.gif
Ben_Mott
Hello,

Winpe and BartPE are not the same thing.
Ben
dicht
Hi,

make sure that SERENUM.SYS is in your Winpe Directory under i386\windows\System32\drivers , make also sure msports.inf is under i386\Windows\inf .

Then it should work with:

devcon install x:\windows\inf\msports.inf *PNP0501

if it's not started use:

net start serenum

check if it gots installed by typing regedit.exe and jump to:

HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM

look if there is sth. on the right side like \Device\Nmserial0 COM1 or sth. similiar.

If so it gots installed.

regards
dicht


This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.