[Solved] I2C reading more than 1 byte

GolamMostafa:
It depends on how you have decided to interpret the information contained in an Intel-Hex frame. If you think that every frame is conveying separate information, then it is preferable (mind that Serial Monitor suppresses the leading 0) to present them in separate lines like:

Every frame should convey separate data, but the programmer's user interface apparently bundled them up. Thanks for your input tho :slight_smile: