| ??? 05/15/03 14:42 Read: times |
#45516 - RE: can not write to port(s) (89s8252) Responding to: ???'s previous message |
Change the variable x to unsigned char. The way it is now, P3 is probably assigned the MSB of x, which is 0x00.
Rob. |
| ??? 05/15/03 14:42 Read: times |
#45516 - RE: can not write to port(s) (89s8252) Responding to: ???'s previous message |
Change the variable x to unsigned char. The way it is now, P3 is probably assigned the MSB of x, which is 0x00.
Rob. |