Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by #define ME

  1. D

    [AVR] Make String Interrupt

    thank for this guide, but I already know what interrupt opening but what's in the middle that I did not know what to put to make sure that it receive a complete string. void serial_init(void) { UBRRH = 0x00; UBRRL = 95; UCSRB = (1 << RXEN) | (1 << TXEN) | (1<<RXCIE); UCSRC =...
  2. D

    [AVR] Make String Interrupt

    Hi everyone, can somebody show me or guide me how to receive and transmit a complete string using interrupt, after this I using polling. My code is like this --->:arrow: #include <avr/io.h> void serial_init(void) { UBRRH = 0x00; UBRRL = 95; //baudrate 9600 and F_CPU 14745600UL...

Part and Inventory Search

Back
Top