title: AVR Serial Library title_de: AVR Serial Library description: Hardware UART library for many AVR MCUs menu-position: 25 comments: true flattr: true github: https://github.com/xythobuz/avrSerial compat: avrserlib twitter: xythobuz reddit: true print: true --- # {{ page.title }} The avrSerial Library let's your AVR communicate with it's UART. At the moment, the following AtMega types are supported: 8, 16, 32, 323, 640, 1280, 1281, 2560, 2561, 8515, 8535. To add another processor, just get the register names from the data sheet and put them in the header file. [Code on GitHub][1] [1]: https://github.com/xythobuz/avrSerial lang: de # {{ page.title_de }} Die avrSerial Library ermöglicht problemlos die serielle Kommunikation für AVR Prozessoren. Unterstützt werden momentan folgende AtMega Typen: 8, 16, 32, 323, 640, 1280, 1281, 2560, 2561, 8515, 8535. Es können jedoch problemlos weitere Prozessoren hinzugefügt werden. Dafür müssen nur die Registernamen aus dem Datenblatt in die Header Datei eingefügt werden. [Code auf GitHub][1] [1]: https://github.com/xythobuz/avrSerial