Created Sat, 02 Jun 2012 16:14:47 +0000 by philippel13
Sat, 02 Jun 2012 16:14:47 +0000
hi,
I've just bought an uno32 card. It is a very beautiful and powerful card.
Now I'm trying to migrate my arduino program and i have a few problem because of the difference of version between arduino IDE 1.01 and chipkit MPIDE 0.23.
The 1.0 of arduino have a few interesting improvements like non-blocking Serial write.
Of course i can re-write my own libraries but in my global project i want to mix arduino and chipkit cards so it will be not easy to manage.
So i would like to know when MPIDE will update 1.0. So is there a planned date for this update ?
regards
philippe
Fri, 22 Jun 2012 12:41:23 +0000
Hi all
Same problem for me
Regards
Andre
Fri, 22 Jun 2012 14:22:31 +0000
to resolve the problem for the write with fifo buffer :
bool HardwareSerial::isavailable() { return !((uart->uxSta.reg & (1 << _UARTSTA_TMRT)) == 0); //check the TRMT bit }