soft USARTinit not doc right

General discussion on mikroC.
Post Reply
Author
Message
gambrose
Posts: 369
Joined: 28 Sep 2004 17:34
Location: uk

soft USARTinit not doc right

#1 Post by gambrose » 11 May 2005 15:50

There seems to be a discrepancy between the help file and the actual library for the soft_uart libary.

The help files says this a correct initiation

Code: Select all

Soft_Uart_Init(&PORTB, 1, 2, 2400, 0);
But the library seems to accept the old version

Code: Select all

Soft_Uart_Init(PORTB, 1, 2, 2400);
Graham Ambrose

pizon
mikroElektronika team
Posts: 823
Joined: 11 Oct 2004 08:53

Re: soft USARTinit not doc right

#2 Post by pizon » 11 May 2005 16:40

The help file is written for the new Soft_Uart library, which is written in Pascal, but it is (still) being debugged. When the things settle, mikroC will have the new library included.
pizon

gambrose
Posts: 369
Joined: 28 Sep 2004 17:34
Location: uk

#3 Post by gambrose » 11 May 2005 16:49

OK
Graham Ambrose

yettie
Posts: 1
Joined: 15 Jul 2005 09:36
Contact:

so what happened now?

#4 Post by yettie » 15 Jul 2005 09:44

dear concerned,

may I know what happened to the new library of Soft_Uart? Are there any available library for now? thanks and happy coding!

sincerely,
yettie

pizon
mikroElektronika team
Posts: 823
Joined: 11 Oct 2004 08:53

Re: so what happened now?

#5 Post by pizon » 16 Jul 2005 18:52

New Soft_Uart got a 'green light' but hasn't been yet ported to mikroC. We'll do this for some time in the future, in the meantime you can use the existing one.
pizon

Post Reply

Return to “mikroC General”