Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>get_baud</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  GET_BAUD

  .  Summary

  get_baud();

  .  Description

  The get_baud function returns an integer value which is the current
  baud rate in use on the current communications port (300 through
  115200).

  .  Return Value

  As described above.

  .  Example

  prints("The current baud rate is ");
  printn(get_baud());
  prints("");

See Also: get_parity get_datab get_stopb get_port baud and BPS

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson