Please change "Soft_Uart_Init" help text

Post your requests and ideas on the future development of mikroPascal.
Post Reply
Author
Message
Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

Please change "Soft_Uart_Init" help text

#1 Post by Dany » 27 Jul 2008 17:48

Hi,
The help text says the following (mP v 8.0.0.1):

Code: Select all

procedure Soft_Uart_Init(var port : byte; const rx, tx, baud_rate, inverted : byte);
But the parameter "baud_rate" can never be a byte, regarding the values to be used for the baudrate, e.g the example in the help:

Code: Select all

This will initialize software UART and establish the communication at 9600 bps:
Soft_Uart_Init(PORTB, 1, 2, 9600, 0);
So, please do adapt the help text. Thanks in advance. Keep up the good work!
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

Post Reply

Return to “mikroPascal Wish List”