Hello...
I am using USART 0 for displaying the MAC ID of my own device in the PC i.e in Hyper terminal...
So for that I need P0.2 and P0.3 for reception and transmission respectively.....
How to I configure my USART in order to achieve this task??
Also, MAC is 12 byte value but the DBUF in USART is only a 8 bit register. So how do I run the loop so that the consequent bits of the MAC reach the DBUF and get displayed in the hyper terminal??
Please help me...