
for(j=0;j<40;j++)
    {
    putchar ( byte_meu[j]+'0');
    my_byte[j]=0x0;
    }
