Yeah, I thought it might be due to the Baudrate
You're correct. I checked it and is a negative value.
Serial.print((uint32_t)nx[j]&0xff), HEX);
That one did the trick.
Now it works perfectly.
Thanks so much, bud. that really was heplful
Yeah, I thought it might be due to the Baudrate
You're correct. I checked it and is a negative value.
Serial.print((uint32_t)nx[j]&0xff), HEX);
That one did the trick.
Now it works perfectly.
Thanks so much, bud. that really was heplful