Search found 2 matches

by f16falcona46
Thu May 13, 2021 8:10 am
Forum: General Discussion and Questions
Topic: input() with uasyncio
Replies: 4
Views: 2769

Re: input() with uasyncio

Thanks for the info Peter. Your tutorials are actually what got me into async programming in the first place.
by f16falcona46
Sat Mar 13, 2021 6:06 am
Forum: General Discussion and Questions
Topic: input() with uasyncio
Replies: 4
Views: 2769

input() with uasyncio

I have been using uasyncio to process characters from the serial console while also processing other events. However, just processing raw characters is a little inconvenient, since there's no history, no echo (by default), and no cursor handling. My question is, is there an existing function (built-...