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 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 last
Bahman Mohammadhoseini
bobx

posted on 2011/10/15 03:51:31 AM CEST

Graphics & LCD > GLCD

Meaning of GLCD T6963C PAGING

Hello.I use the instruction ;[ T6963C_txtFill(0);//Clear current text panel ] to make a page and to make 20 pages I write that instruction at the first and top of each page.But I think that is not a corrected way[on the basis of paging in T6963C GLCD].

Would you please tell me about the meaning of paging in T6963C GLCD and how can I make 20 different pages by T6963C GLCD?
Thanks,

Bahman Mohammadhoseini
bobx

posted on 2011/10/15 03:48:07 AM CEST

Timers (Real time clock)

Reapeated 5 seconds interrupt

Hello.I want to write an interrupt so that at every 5 seconds goes to one of the 3 different
labels in my Main program and runs all instructions followed by each labels
and after run the label3 back again to the label1 and repeat all those
labels endlessly,that is;

.........
........... //*** My circuit specifications; PIC18F8722,XTAL=20MHZ.
..........

void interrupt(){ // 5 seconds interrupt.

????? //At each 5 seconds just goes and runs
//one of labels and do the other one then
//reapeat those again and again,endlessly.
}//~

void main(){
.............

Label1:
instruction1;
instruction2;
instruction3;
.......

Label2:
instructionx1;
instructionx2;
instructionx3;
.......

Label3:
instructiony1;
instructiony2;
instructiony3;
.......

}//~!

Would you please help me to write that interrupt?

Thanks,

Bora Akar
Un_NaMeD

posted on 2011/10/14 03:38:59 AM CEST

Communication

18F2550 recognized as a hid USB mouse?

Hey everyone.

I have an elecronic card programmed by MicroC used.
I want that to be recognized as an hid mouse...

Is it possible to make it modifying descriptor file?
if it is, how can I achieve this?

Any examples will be well appreciated.

My best regards...

Gennaro padula
relinquished

posted on 2011/10/07 07:23:14 AM CEST

Communication

mikroBASIC and PS2 Protocol

Sorry for the strange request, but I need to create a communication protocol ps2, I would like to psatica in a mouse and a keyboard made ​​in house, but mikroBASIC only allows reading and sending data, then ask someone can help me on this little problem

marcel nijssen
marcel n

posted on 2011/10/05 06:04:36 AM CEST

Communication > CAN / LIN / RS485

Can someone make a example for Dynamixel AX-12+ servo

He do can someone make a example for the Dynamixel AX-12+ servo in mikrobasic for the pic16f887 or 16f877a , i have two of this servos but dont know how to use then , can i use the ONE-WIRE Lib
or wont that work here the datasheet of the motor .

http://www.agaverobotics.com/products/servos/robotis/ax12/ax12-protocol.aspx

Or can someone tell me what to use to control then. whit a pic

thanks for your reaction

first | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 last