Libstock prefers package manager

Package Manager

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]

Sort By

USER REQUESTS

first | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 last
Gwmbwr Ramchiary
Ramchiary

posted on 2014/01/03 05:35:16 AM CET

Audio & Speech

transfer set of integers

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
}
}

Jean-Claude de BIEVRE
DBElektron

posted on 2013/12/26 06:15:20 PM CET

Timers (Real time clock)

Real time clock

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

sadegh gh
sadeghjun

posted on 2013/12/19 11:04:26 AM CET

Communication > Ethernet

download file or data via internet use ENC28J60

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 ...

david santiago
dasr31

posted on 2013/12/18 09:04:58 PM CET

Communication

wifi control demo mikromedia for pic32

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

Thinh Nguyen
ThinhNguyen

posted on 2013/12/18 02:27:44 PM CET

Timers (Real time clock)

STM32F103 Timer Library

Mikroc has no timer library and external interrupt Library. I don't know why? Does anyone has these Library. Please share me. Thanks

first | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 last