Serial4
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 30 articles for 0.302 sec
Looks like my previous message vanished. I try to resend it again. I eventually make the debug image loaded by loadcepc. The result is below. Hope anybody has an idea. 0x87f8ebe0: Atapi!CDisk::Identify> Assuming direct-access device (hard disk drive) 0x87f8ebe0: Atapi!CDisk::Identify::ConfigLBA48> Device supports 48-bit LBA 0x87f8ebe0: Atapi!CDisk::Identify::ConfigLBA48> Max LBA Address     

Group: microsoft.public.windowsce.platbuilder · Group Profile · Search for Serial4 in microsoft.public.windowsce.platbuilder
Author: Han
Date: Aug 22, 2008 05:24

This sounds like a load order problem, although I've never seen this result (not mounting of 2nd partition). Drivers without an "Order" specified load in reverse order when a hive is loaded. So, first boot driver A, B, C, D would load in that order. Then when the hive is restored and used driver D, C, B, A would load in that order. Take a good look at the debug output and the order of relevant
Show full article (12.35Kb) · Show article thread
Hi, I am developing an image with CE 5 with a persistent hive based registry, using an IDE hard disk with two partitions. The registry sits on the first partition, which is mounted as root. The first time the image boots (using the default registry), both partitions mount fine. The second and following times, the second partition does not mount automatically, even though I am able     

Group: microsoft.public.windowsce.embedded · Group Profile · Search for Serial4 in microsoft.public.windowsce.embedded
Author: Michel Verhagen (eMVP)
Date: Jun 15, 2008 23:21

Firstly, sorry the code is poorly designed, but works! I cut and paste from some code I have. Call EnumSerialPorts() and return it into an AnsiString. The return value is a csv list of the COM ports that exists. NOTE: This code does not say if it is in use. If you call code to open a comport and it cannot be opened then either it is in use or it does not exists. //---------------------
Show full article (16.86Kb) · Show article thread
(7)xsc1bd.h modified #define BOOT_FLASH_BASE_PHYSICAL 0x00000000 #define BOOT_FLASH_BASE_C_VIRTUAL 0x98300000 #define BOOT_FLASH_BASE_U_VIRTUAL (BOOT_FLASH_BASE_C_VIRTUAL + CACHED_TO_UNCACHED_OFFSET) .......... #define CS8900A_BASE_PHYSICAL 0x04000000 #define CS8900A_BASE_C_VIRTUAL 0x9C300000 #define CS8900A_BASE_U_VIRTUAL (CS8900A_BASE_C_VIRTUAL + CACHED_TO_UNCACHED_OFFSET     

Group: microsoft.public.windowsce.embedded · Group Profile · Search for Serial4 in microsoft.public.windowsce.embedded
Author: Courteous
Date: Jun 15, 2008 22:52

Since you're talking about serial port and IRQ3 I suppose you're working on an x86 platform: -First of all you have to verify that your serial ports can actually use and share IRQ3: the BIOS documentation or, better, the hardware designer can help you. -OALIntrStaticTranslate will not work: this function does basically the following assignments: g_oalSysIntr2Irq[sysIntr] = irq
Show full article (14.77Kb)
Hi, all: As i know, ce provides IRQ sharing, and i'd like to shar one IRQ(irq=3) to 4 com ports. But it doesn't work. below is my idea to suit this issue and wish experts could give me some ways to resolve this. 1. modify OALIntrStaticTranslate OALIntrStaticTranslate(SYSINTR_FIRMWARE + 3, 3); OALIntrStaticTranslate(SYSINTR_FIRMWARE + 4, 3); OALIntrStaticTranslate(SYSINTR_FIRMWARE     

Group: borland.public.cppbuilder.nativeapi · Group Profile · Search for Serial4 in borland.public.cppbuilder.nativeapi
Author: Colin B Maharaj
Date: Jun 9, 2008 19:40

Luca, Thank you for your reply. Since reporting this, I have had some success by selecting different interrupts. As I recall now, this was a sensitive issue with the 4.2 version as well. Even though the interrupts are not designated according to the documemtation, they may still create conflicts. I wish this could be explained as to why? I actually have two other "embedded" plug-in serial
Show full article (2.97Kb) · Show article thread
Are you are using an add on board for COM4? if it is so, is it a PC/104? I see that COM4 uses IRQ 10: maybe your CPU BIOS setup routes IRQ 10 to a PCI INT. The "IClass" is the device interface for the (serial) driver: an application can use that GUID in RequestDeviceNotifications, for example to be notified when the device is attached/detached; in the specific case it could be useful if     

Group: microsoft.public.windowsce.platbuilder · Group Profile · Search for Serial4 in microsoft.public.windowsce.platbuilder
Author: blueYork
Date: Jun 6, 2008 00:43

I have a PC-104 RF transceiver plug-in module that requires a normal serial port configuration in order to communicate. I had been using the following serial port setup in my platform.reg for CE4.2: [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial5] "SysIntr"=dword:1e "IoBase"=dword:0300 "IoLen"=dword:8 "DeviceArrayIndex"=dword:4 "Prefix"="COM" "Dll"="Com16550.Dll" "Order"
Show full article (6.17Kb) · Show article thread
    

Group: microsoft.public.windowsce.embedded · Group Profile · Search for Serial4 in microsoft.public.windowsce.embedded
Author: Luca Calligaris
Date: Jun 3, 2008 22:55

Show full article (4.79Kb) · Show article thread
    

Group: microsoft.public.windowsce.embedded · Group Profile · Search for Serial4 in microsoft.public.windowsce.embedded
Author: Cynthia
Date: Jun 3, 2008 21:02

Show full article (2.87Kb)
    

Group: microsoft.public.windowsce.platbuilder · Group Profile · Search for Serial4 in microsoft.public.windowsce.platbuilder
Author: pr
Date: May 7, 2008 06:17

Show full article (4.57Kb) · Show article thread
    

Group: microsoft.public.windowsce.platbuilder · Group Profile · Search for Serial4 in microsoft.public.windowsce.platbuilder
Author: Luca Calligaris
Date: May 6, 2008 23:44

Show full article (3.54Kb) · Show article thread
    

Group: microsoft.public.windowsce.platbuilder · Group Profile · Search for Serial4 in microsoft.public.windowsce.platbuilder
Author: pr
Date: May 6, 2008 07:44

Show full article (2.81Kb)
1 · 2 · 3 · next