This involves testing the receive function in Board.js to ensure that it can accurately receive and decode the required data consistently. As well as checking the function of all the functions that call the receive function in device.js
this was done as part of debugging the serial communication. as the receive function is async it requires us to use await with any call fo a data read funciton
This involves testing the receive function in Board.js to ensure that it can accurately receive and decode the required data consistently. As well as checking the function of all the functions that call the receive function in device.js