i have a problem with pic18f452 and uart i use simplest code like that: UART1_Init(9600);// Initialize UART module at 9600 bps
I\'m developing on a pic 18Fxxx (18F452) in assembly. I\'m in a learning phase so I\'m doing different simple exercise with the final goal to develop a \"real\" project.
I\'ve faced to a problem with a PIC Micro controller. I have a micro-controller programmed by me long time ago and I lost the relevant source code and th开发者_如何转开发e schematic diagrams. Now I n
I just wrote a program that tokenizes a char array using pointers. The program only needed to work with a space as the delimiter character. I just turned it in and got开发者_StackOverflow中文版 full c