arunkollam
Junior Member level 2
- Joined
- Jun 26, 2008
- Messages
- 20
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,412
Hi,
Any have an idea about receiving strings without waiting more than 3 ms.
i tried to remove the loop, but it making errors in receiving the second and third data.so i need a proper counder or timer to me executed after sending the data.
Thanks
Arun
Any have an idea about receiving strings without waiting more than 3 ms.
Code C - [expand] 1 2 3 4 5 6 7 8 9 10 11 int UART1_getchar (void) { if (!(LPC_UART1->LSR & 0x01)) { } return (LPC_UART1->RBR); }
i tried to remove the loop, but it making errors in receiving the second and third data.so i need a proper counder or timer to me executed after sending the data.
Thanks
Arun
Last edited by a moderator: