rustbox / esp32c3-vgaterm

VGA Driver and Serial Terminal crates, with embedded applications in mind
MIT License
1 stars 0 forks source link

backpressure + bounded queues #26

Open sethp opened 1 year ago

sethp commented 1 year ago

wouldn't it be nice if, instead of getting overwhelmed by 115kbaud input from a chatty program over the serial, we instead asked the host to please stop sending while we caught up on our end?

sethp commented 1 year ago

@dougli1sqrd you said there was an ANSI sequence for saying "please hold" that we could maybe use there?

sethp commented 1 year ago

Also, someone should write down where all the queues are, and we can ask whether or how to bound each one of them.