Hey,
As I saw in CodeVisionAVR help, there is function getchar(). This function returns a character received by the UART, using polling on UART0.
How can I receive character also using poling on UART1?
Thnaks ahead.
Hey,
As I saw in CodeVisionAVR help, there is function getchar(). This function returns a character received by the UART, using polling on UART0.
How can I receive character also using poling on UART1?
Thnaks ahead.
Wrong forum - this one is for GCC - so moving to the main AVR Forum.
Moderator
PS I do know that the answer is in the CV user manual ;-)
Look at the example 2USART_LCD. In my computer it lives in the default folder C:\cvavreval\examples\2USART_LCD
Also there is a CV list you can subscribe to provided you don't use cracked software or you will be shot.
what is "CV"?
CodeVision