[SOLVED] serial port write with no delay between bytes when sending hex values

Change collect’s datatype to byte[], and pass it as Serial::write()'s argument.

3 Likes