how to using thread with canbus
Unsolved
General and Desktop
-
This post is deleted!
-
Hi!
You can use QThread to handle processing the CANbus. Yes, the new CANbus makes this easier but if you want to handle the CAN outside of your main event loop the only way is in a worker thread. Just make sure you create and open your CANbus backend in the running thread so the CANbus signals get processed in your thread!