| ??? 02/17/08 21:51 Read: times |
#150967 - I don't quite understand what's your problem... Responding to: ???'s previous message |
... but wouldn't the following work?:
while(1)
{
{
unsigned char string1[]="ABCDEFG";
unsigned char z;
for (z=0;z<=7;z++)
P0 = (0xBF & string1[z]);
P0 = (0x40 | string1[z]);
}
}
JW |
| Topic | Author | Date |
| For loop parsing with a rising edge write | 01/01/70 00:00 | |
| Forgot to mention | 01/01/70 00:00 | |
| Not sure how it should work... | 01/01/70 00:00 | |
| I don't quite understand what's your problem... | 01/01/70 00:00 | |
| Better clarification of error I hope... | 01/01/70 00:00 | |
| No, it would not work | 01/01/70 00:00 | |
yeah. my bad... | 01/01/70 00:00 | |
| No problem here | 01/01/70 00:00 | |
| Is the string fixed or variable length ? | 01/01/70 00:00 | |
| Ment to mention | 01/01/70 00:00 | |
| Oh - I C | 01/01/70 00:00 | |
| I have the answer thanks to you folks...:) | 01/01/70 00:00 | |
| sounds like missing pullups | 01/01/70 00:00 |



