P pkedvessy New Member Mar 30, 2005 #1 How I can recieve commands from the computer, with hardver uart, using Bascom AVR and 90s2313 micro? I made the schematic, and source bellowe, but It doesn't work! Print "Start" Do Name = Inkey() Print "Character " ; Name ; " has been received" Loop Attachments schema_151.gif 7.9 KB · Views: 445
How I can recieve commands from the computer, with hardver uart, using Bascom AVR and 90s2313 micro? I made the schematic, and source bellowe, but It doesn't work! Print "Start" Do Name = Inkey() Print "Character " ; Name ; " has been received" Loop