according to johnwasser's code,i have implemented code for serial data to dmd display but on display only 255 character coming.
i have send 300 character through serial monitor,it receive 300 character but on displayed only 255 characters.
i have use spi so i think, input serial buffer is 1 byte.
now my question is how can i declare 2 byte array ,
for high byte and low byte and how to displayed these characters on dmd p10 module.
please send the code