Hi all I'm having a problem with strlen always returning 0. My program has a string buffer defined with char buff; in my program's main(). I'm reading into this a a string of characters from the serial port and am trying to send them to the SPI (just as a..
↧