Buffered serial communication and more...

Post your requests and ideas on the future development of mikroPascal PRO for AVR.
Post Reply
Author
Message
mbruck
Posts: 51
Joined: 19 Apr 2006 21:55

Buffered serial communication and more...

#1 Post by mbruck » 13 Nov 2009 17:45

Couple of things:

1. Buffered serial communication !!! RX and TX buffer
2. Triger to procedure when certain character appear in serial communication
3. Triger to procedure when certain characters sequence appear in serial communication

Considering number 1., I realy don't understand why didn't you make this long time ago...[/list][/list]

User avatar
anikolic
mikroElektronika team
Posts: 1775
Joined: 17 Aug 2009 16:51
Location: Belgrade
Contact:

#2 Post by anikolic » 16 Nov 2009 16:42

Hi,
Our developers will consider your suggestions. Thank you for your support.

Best regards,
Aleksandar
Web Department Manager

mbruck
Posts: 51
Joined: 19 Apr 2006 21:55

Re: Buffered serial communication and more...

#3 Post by mbruck » 06 Feb 2010 23:56

Our developers will consider your suggestions.
And ?
3 month pass and no answer yet.....

jpc
Posts: 1986
Joined: 22 Apr 2005 17:40
Location: France 87

Re: Buffered serial communication and more...

#4 Post by jpc » 07 Feb 2010 08:04

Au royaume des aveugles, les borgnes sont rois.

mbruck
Posts: 51
Joined: 19 Apr 2006 21:55

Re: Buffered serial communication and more...

#5 Post by mbruck » 02 Mar 2010 22:37

maybe you missed this viewtopic.php?f=77&t=19673&hilit=uart
Yes, interesting code. But, I preffer UART functions implement into system. :)

jpc
Posts: 1986
Joined: 22 Apr 2005 17:40
Location: France 87

Re: Buffered serial communication and more...

#6 Post by jpc » 03 Mar 2010 08:46

ME strategy is not to use interrupts in the library's so there is little choice. Additional advantage of user-written code is that you may modify the source to meet your specific requirements. Over the years i have used this in many projects in all sorts of variants. Triggering whatever can easily be added in the ISR by setting a flag on the event you want to detect and then deal with it in the main loop.
Au royaume des aveugles, les borgnes sont rois.

Post Reply

Return to “mikroPascal PRO for AVR Wish List”