Author Topic: uart frame format  (Read 5467 times)

0 Members and 1 Guest are viewing this topic.

Offline pomprockerTopic starter

  • Supreme Robot
  • *****
  • Posts: 1,431
  • Helpful? 16
  • Sorry miss, I was giving myself an oil-job.
    • Nerdcore - Programming, Electronics, Mechanics
uart frame format
« 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);


Offline Kirk

  • Jr. Member
  • **
  • Posts: 44
  • Helpful? 2
Re: uart frame format
« Reply #1 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

 


Get Your Ad Here