We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2014/01/03 05:35:16 AM CET
I have been using mikroc 89c52 and i want to transfer a set of
integer values from micro controller to USART terminal
CN u plz help me??
i have tried the following examples
but i couldn't do it
char uart_rd;
void main() {
int a[4]={1,2,3,4};
UART1_Init(9600);
Delay_ms(100);
UART1_Write_Text("S");
while (1) { // Endless loop
if (UART1_Data_Ready()) { // If data is received,
uart_rd = UART1_Read(); // read the received data,
UART1_Write(a[4]); // and send data via UART
}
}
posted on 2013/12/26 06:15:20 PM CET
Hi ,
Recently I bought an Easy 24-33 v6, equipped with a PIC24F16KA102.
This MCU is featuring a 500nA Real Time Clock & Calendar operation in Sleep mode.
It would be nice if Mikroelektronika would issue the routines for this RTC.
Thank you for your help
Regards
posted on 2013/12/19 11:04:26 AM CET
Hi,
I have an AVR board that calculate and shows date and events for each day. In this project because events are change all year
i have to update the program.
How can i connect to internet and update some value or download a file to MMC/SD-Card(For example an image ore txt file)?
.
.
.
Thanks a lot for your help ...
posted on 2013/12/18 09:04:58 PM CET
hi
i hope some one help me on that ,i see the wifi control demo that it is work on EasyPic V7 and mikromedia for pic18fj and it is looks great actually i have EasyPic V7 and mikromedia for pic32 but i am new in compilers and i want how to make this project but also with pic32 .
thank for yours help and congrats to every one
posted on 2013/12/18 02:27:44 PM CET
Mikroc has no timer library and external interrupt Library. I don't know why? Does anyone has these Library. Please share me. Thanks