error-detection-videos icon indicating copy to clipboard operation
error-detection-videos copied to clipboard

Error detection video series

Results 2 error-detection-videos issues
Sort by recently updated
recently updated
newest added

Since the receiver has a 16 char buffer right now it can only receive and print the first 15 characters due to the terminal \0 bit sent. Increase this buffer...

The `strlen` in the condition of the for-loop in the `setup()` function is run on every iteration. As always when dealing with strings, it can be slow. Therefore, I'd suggest...