Unable to configure CE.NET for more than 3 serial ports.

From: Bhavin Shah (bhavinmshah_at_yahoo.com)
Date: 09/27/04


Date: 27 Sep 2004 10:42:43 -0700

Hi,

I have a hardware which has six serial ports and I was able to use
this and configure it with the CE 3.0. But in CE.NET I am not able to
use more than 3 serial ports.

I have already disabled the COM1 debug port by modifying the Debug.C
file. It seems the trick is how to use the port base addresses found
at the start of platform.reg file. I am really not sure how do those
addresses work.

My hardware settings are
COM1 - IRQ4 - SysIntr 14 - 0x3F8 ( Works )
COM2 - IRQ3 - SysIntr 13 - 0x2F8 ( Works )
COM3 - IRQ9 - SysIntr 19 - 0x3E8 ( Works )
COM4 - IRQ6 - SysIntr 16 - 0x2E8 ( Fails !! )
COM5 - IRQ7 - SysIntr 17 - 0x280 ( Fails !! )
COM6 - IRQ14 - SysIntr 24 - 0x2C0( Fails !! )

I checled in the driver and it seems to fail when the
InterruptInitialize function in the StartDispatchThread is called for
COM4,COM5 and COM6.

Any help with what could be wrong will be highly appreciated.

Thanks,
Bhavin



Relevant Pages

  • Re: Accessing peripherals from a managed application
    ... You call the Win32 APIs for serial ports. ... beitman AT applieddata DOT net ... Maybe you open the driver with CreateFile, ... Call on the imported functions to access the hardware. ...
    (microsoft.public.windowsce.app.development)
  • Re: Bug in X86 serial port driver in CE.NET 4.2 ?
    ... > Yeah I have noticed that too on some UARTs. ... From the behaviour I am seeing with my driver it seems to ... > connected up (system configurable to control different pieces of hardware). ... > no serial ports and no hang with my driver. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: [REVIEW] move tty lock/initial up in the stack
    ... Well, the hardware doesn't know, but the state of the hardware does ... :>: The major difference is that serial ports are rapidly headed into ... The serial layer is a spigot. ... I'll plow forward on the cyclades driver I'm working on then. ...
    (freebsd-arch)
  • Re: Mapping BIOS interface from VGA to serial
    ... > approaches end of life (but boy, are there some deals on used hardware ... > allows us to connect the serial ports from multiple servers through some ... > after Linux is loaded re-directing its output to COM1 is not a big deal. ...
    (comp.os.linux.hardware)