Society of Robots - Robot Forum

Software => Software => Topic started by: pomprocker on August 09, 2008, 07:51:12 PM

Title: uart frame format
Post by: pomprocker on August 09, 2008, 07:51:12 PM
Does anyone know if the avrlib has a function to handle frame format?

example:
Code: [Select]

/* Set frame format: 8data, 2stop bit */
UCSRC = (1<<URSEL)|(1<<USBS)|(3<<UCSZ0);

Title: Re: uart frame format
Post by: Kirk on September 02, 2008, 10:26:28 PM
It is not in uart.h version 1.3
(which I can not get to work anyway)
Kirk