I have a function do_serial() that reads from the serial port and adds the data to a queue. I want to process that queue on main().
do_serial()
main()
I have r