Search found 56 matches

by d820513
Mon Dec 20, 2021 5:05 pm
Forum: General
Topic: uart interrupt avr
Replies: 15
Views: 4888

Re: uart interrupt avr

thanks! I think I found what was the problem. I was using software uart, which caused the interrupt to not work
by d820513
Mon Dec 20, 2021 5:02 pm
Forum: General
Topic: variables flowcode9
Replies: 5
Views: 2297

Re: variables flowcode9

thanks, it worked
by d820513
Sat Dec 18, 2021 3:21 pm
Forum: General
Topic: variables flowcode9
Replies: 5
Views: 2297

variables flowcode9

Why can't the flowcode 9 variables be visible in the proteus ???
by d820513
Sat Dec 18, 2021 2:46 pm
Forum: General
Topic: uart interrupt avr
Replies: 15
Views: 4888

Re: uart interrupt avr

unfortunately the interrupt does not work for me :(
by d820513
Sat Dec 18, 2021 1:54 pm
Forum: General
Topic: uart interrupt avr
Replies: 15
Views: 4888

Re: uart interrupt avr

what version are you talking about? did I miss something
by d820513
Sat Dec 18, 2021 1:20 pm
Forum: General
Topic: uart interrupt avr
Replies: 15
Views: 4888

Re: uart interrupt avr

yes I checked everything, this option works without interruption.
I do not understand what's the matter
by d820513
Sat Dec 18, 2021 12:14 pm
Forum: General
Topic: uart interrupt avr
Replies: 15
Views: 4888

Re: uart interrupt avr

baud rate on sim 800l 9600, as well as on the atmega328p controller, I do not understand what the problem is. I would be grateful if you showed how to properly organize the reception of data via UART
by d820513
Sat Dec 18, 2021 12:09 pm
Forum: General
Topic: uart interrupt avr
Replies: 15
Views: 4888

Re: uart interrupt avr

Thank you. I will now post an example, I am trying to receive data from sim800l, and unfortunately I can't get interrupted
by d820513
Sat Dec 18, 2021 8:33 am
Forum: General
Topic: uart interrupt avr
Replies: 15
Views: 4888

uart interrupt avr

Hi guys! why flowcode 9 does not work interrupt on UART avr microcontroller?
by d820513
Mon Dec 13, 2021 11:26 am
Forum: General
Topic: uart send
Replies: 2
Views: 1279

Re: uart send

Example 2, I cannot send from the console to the UART port, You could help me if you know how to do it