#include void main(void) { unsigned char z; unsigned char mydata[] = "HELLO"; DDRB = 0xFF; for(z=0;z<5;z++) PORTB = mydata[z]; }