Search found 1 match

by ayoubakil
09 Jan 2015 18:28
Forum: mikroC General
Topic: USART interrupt example
Replies: 23
Views: 73240

Re: USART interrupt example

Hi I tried to use the first example in this code i will control 4 servomotors with two PICs microcontrollers via uart that's doesn't work any help please :( Transmitter: unsigned char adcData,adcData1,adcData2,adcData3; void main() { ADCON1 = 0x80; TRISA = 0b00001111; // Analog input UART1_Init(9600...

Go to advanced search