Re: setting baud rate



Then you want to look at Bruce's response...

You might also verify that you are not conflicting with some serial driver
that's trying to change your settings on the debug serial port.

Paul T.

"Joe Welfeld" <jwelfeldnospam@xxxxxxxxxxxxx> wrote in message
news:O38Yzk06HHA.1188@xxxxxxxxxxxxxxxxxxxxxxx
Its just debugmsgs getting printed out so its really kernel I guess not
"application" I am just getting CE up and running on a new platform and
just trying to figure out where the serial device is getting setup so I
can make the default baud 115000 so I dont have to keep switching, later
when we have a serial port application we will set it correctly..


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:e3a%234P06HHA.2476@xxxxxxxxxxxxxxxxxxxxxxx
"Application baud rate"? The serial driver may set the serial port
hardware registers to some baud configuration on init or on open, but
your application should *always* set the parameters for itself with
SetCommState(), never assuming that the port is 'right' on its own. If
there's a default setting, my guess would be that it's in
HKLM/Drivers/BuiltIn/<serial port> somewhere, but you'd have to read the
code for the serial port driver to know what it's looking for.

Paul T.

"Joe Welfeld" <jwelfeldnospam@xxxxxxxxxxxxx> wrote in message
news:eYGR$5z6HHA.3400@xxxxxxxxxxxxxxxxxxxxxxx
Hi,

I have successfully gotten Ethernet debug up and running , but I have a
baud rate issue on my com1 port, When the bios boots my card it
defaults the com1 to 115000kb,
eboot then sets it to 38400 ( I have found where this is done and have
changed it to 115000) but once I load my application via eboot and
run, it sets the com1 rate back to 38400 and I cannot seem to find out
where this is done, is there a registry entry that I can set somewhere
to set the com1 application baud rate to also default to 115000 so I
dont have to keep changing baud rates on my terminal app? or does anyone
know where in the code it defaults it to 38400, this is CE5.0 on a CEPC
device

Thanks,

Joe W.







.



Relevant Pages

  • Re: setting baud rate
    ... code for the serial port driver to know what it's looking for. ... baud rate issue on my com1 port, When the bios boots my card it ... changed it to 115000) but once I load my application via eboot and run, ...
    (microsoft.public.windowsce.platbuilder)
  • Re: setting baud rate
    ... registers to some baud configuration on init or on open, ... code for the serial port driver to know what it's looking for. ... baud rate issue on my com1 port, When the bios boots my card it defaults ...
    (microsoft.public.windowsce.platbuilder)
  • RE: Serial port blues
    ... digital amateur radio on Linux, because I'm curious whether or not the ... Only kernel level drivers are allowed such port access. ... since the 45.45 baudrate is not available in the serial port driver. ... You may be confusing the old-style baud rate lookup table (B9600 et ...
    (Linux-Kernel)
  • Re: Mapping ports in emulator - PPC is deaf - addendum!
    ... configuration. ... Inside the emulator, serial port 0 is known as COM1:. ...
    (microsoft.public.pocketpc.developer)
  • Re: New-bus unit wiring via hints..
    ... to ensure ACPI kept sio0 as COM1, ... COM1 is at 0x3f8 is wrong, and to use a different, yet again arbitrary ... Just as long as we ship a hints file to keep us old ... port should be at 0x3f8, and the second serial port should be at 0x2f8, then ...
    (freebsd-current)