Is it possible to change a soft uart baud while the program is running? I know there is set_uart_speed() but I believe that only works for the hardware uart.
I'm using a 16f877 and am getting the out of ROM error. From looking at the program tree my main function is on page 1 of the memory and all the other functions are on page 0.
Is there a way of tell ...
Hello everyone.
I've come across a frustrating problem in a very simple program. I'm trying to get a 16f871 to send an 8 bit number to a second 16f871 which then displays it on leds.
Hello everyone.
I've come across a frustrating problem in a very simple program. I'm trying to get a 16f871 to send an 8 bit number to a second 16f871 which then displays it on leds.