Search found 1 match

by Jignesh12321
Mon Jun 14, 2021 2:22 pm
Forum: General Discussion and Questions
Topic: HC05 and pi pico
Replies: 6
Views: 4265

Re: HC05 and pi pico

:?:
:roll:
does problem solved by just doing...

Code: Select all

if uart.any()
    data=uart.readline()
    print(data)
does there any requirement to change the baudrat or not