Re: setting baud rate



"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: 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: setting baud rate
    ... that's trying to change your settings on the debug serial port. ... when we have a serial port application we will set it correctly.. ... baud rate issue on my com1 port, When the bios boots my card it ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Help with Zilog180 ASCI on COM1
    ... > with a 4.608 MHz Oscilator and I am using the ASCI Baud Rate Selection ... Set your serial port for some baud rate, ... transmit 8-bit bytes with no parity. ... Copy and paste the source code text into ...
    (comp.arch.embedded)
  • Re: Serial port communication - MSB is always set
    ... serial port on my embedded system that has an ... working with the correct baud rate being set. ... //send a packet via the serial port to the mote to test if the serial ... The MSB is sent just ...
    (comp.arch.embedded)
  • 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)