User Activity

Posted on December 14, 2013 at 22:45I have big problem with USART transmission. Here's my simple code:In main():-----------------------------while(1) { get_data();}-----------------------------And in get_data():----------------------------int get_da...