Re: COM3 on X86 Platfom



Well, make absolutely sure the IRQ and port are set correctly in the
registry and match the BIOS. Are you using a serial port for debug? In
that case what's in the BIOS doesn't match CE (name wise):

BIOS COM1: --> CE Serial Debug
BIOS COM2: --> CE COM1:
BIOS COM3: --> CE COM2:

Just keep that in mind as well. Apart from that, debugging is really the
fastest way to discover what's wrong!


Good luck,

Michel Verhagen, eMVP
Check out my blog: http://GuruCE.com/blog

GuruCE
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.

kuhdav wrote:
Hi Mike

Sorry, let me explain better: COM3 is accessible but I can't receive/transmit
anything. No loopback from COM3.

BSP_SERIAL3 is set and my settings are there. I checked them with a registry
editor directly on the
platform. Any other suggestion before debugging?

Michel Verhagen [eMVP] wrote:
You can't see COM3, meaning the driver for COM3 is either not loaded or
fails during initialization.

1) Check if BSP_SERIAL3 is set
2) Check if all settings are as you expect in reginit.ini and ce.bib in
your FLATRELEASEDIR
3) Build a debug image and set a breakpoint in the Init function of the
serial driver and wait for index 3 and see what's breaking.

Good luck,

Michel Verhagen, eMVP
Check out my blog: http://GuruCE.com/blog

GuruCE
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.

Hi everybody

[quoted text clipped - 140 lines]
Is there someone who can help me?
Thanks a lot

.



Relevant Pages

  • isapnp modem in 2.6.0-test9-bk13 not working
    ... I've got an ordinary isapnp modem which provides a serial port unlike ... DMA zone: 4096 pages, LIFO batch:1 ... ACPI disabled because your bios is from 00 and too old ... Local APIC disabled by BIOS -- reenabling. ...
    (Linux-Kernel)
  • Re: Error 7023
    ... Usually the key to BIOS updating is HOW many revisions down your ... This helps a PC to map devices using IRQ ... The kind of errors you report can be the result of Registry Cleaning. ... Component: System Event Log ...
    (microsoft.public.windowsxp.general)
  • Re: i386: CS5535 chip support - cpu
    ... > I think your phrase "somewhat sane BIOS" sums up the problem nicely. ... > I threw in the UART1 config because UART2 has problems. ... adding code to win back the serial port is useful, ...
    (Linux-Kernel)
  • Re: Event Viewer errors
    ... Windows is complaining it can't find the file. ... the Registry "call" for it behind. ... upgraded the BIOS per their instructions - successfully:). ... ACPI BIOS is attempting to write to an illegal IO port address, ...
    (microsoft.public.windowsxp.general)
  • Re: Ecos, LwIP, PPP and GPRS
    ... the modem has an IP stack built in. ... FTP is the most important right now. ... >>while printing the messages over another serial port. ... >Can you modify the debug output to go to a memory buffer instead of the ...
    (comp.arch.embedded)

Loading