Sorry for the noob-ish question. I may be missing somethign obvious.
I'm progressing with my move to non-arduino AVR development on linux using eclipse. One of the things that seems to be missing is serial IO library. I have the basics down, but see no point in building my own lib from scratch. I'm sure I'd do it poorly.
I did find several reference to P. Fleury in my searches, but there seems to be issues with his lib on newer uC like the 328p. Is there a gcc lib I'm missing that implements serial IO?
Thanks.