bruser how to? 460800


  We have a custom box that requires 460,800 baud rate (USB).

  I'm trying to get that baud rate in XE2 C++, but the brUser gives an error when I type in 460800, or bruser460800, or any other combination I can think of.

   The help file says this is a design time property, (not run time), and here is the help text.

"property UserBaudrate: Integer;

Description

UserBaudrate can be used to define a custom baudrate speed. This must be done in two steps. First set the Baudrate property to brUser. Second, enter a valid baudrate > 0. "

   Since I get an error when entering the baud rate, what Do I do next?