After launch we will receive uplink commands over UART. We want to catch these anytime they arrive using an asynchronous listener. We also want to receive data from Timepix over UART. Can you perform a synchronous UART read call (from some TBD UART library for Pi) from a function that has been posted (assigned as work) to a boost::asio::io_context?
This is tied to #32 and then, by extension, #33.
After launch we will receive uplink commands over UART. We want to catch these anytime they arrive using an asynchronous listener. We also want to receive data from Timepix over UART. Can you perform a synchronous UART read call (from some TBD UART library for Pi) from a function that has been posted (assigned as work) to a
boost::asio::io_context
?From Thanasi's Google Doc