Send strings from PIC16F877A to PC/Laptop using USB to TTL device.
HTML-код
- Опубликовано: 6 фев 2025
- Hello guys,
Welcome to Learning Microcontrollers youtube Channel,
Guys I have also compiled course on Udemy as well. Where you will learn under my direct supervision in a more supervised way.
Here is the links to the courses I have on Udemy, By taking any of these courses you will be supporting my channel aswell.
This will help me to make more videos with better hardware in the future. I hope you look forward to it.
Courses Links:
1- www.udemy.com/...
2- www.udemy.com/...
3- www.udemy.com/...
4- www.udemy.com/...
5- www.udemy.com/... ///////////////////////////////////////////////////// MikroC for PIC code:
void main() {
UART1_Init(9600);
Delay_ms(100);
while(1)
{
if (UART1_Tx_Idle() == 1) {
UART1_Write_Text(" ***Learning Microcontrollers*** ");
Delay_ms(1000);
}
}
}
This video is very useful
thank you sir .🙏🙏🙏🙏🙏🙏🙏❤❤❤
Sir can we run a video forward and backwards like mouse scroller using serial communication
For media player ?
Please release bootloader for pic16f877a