Society of Robots - Robot Forum
Software => Software => Topic started by: pomprocker on August 09, 2008, 07:51:12 PM
-
Does anyone know if the avrlib has a function to handle frame format?
example:
/* Set frame format: 8data, 2stop bit */
UCSRC = (1<<URSEL)|(1<<USBS)|(3<<UCSZ0);
-
It is not in uart.h version 1.3
(which I can not get to work anyway)
Kirk