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 2011/10/15 03:51:31 AM CEST
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,
posted on 2011/10/15 03:48:07 AM CEST
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,
posted on 2011/10/14 03:38:59 AM CEST
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...
posted on 2011/10/07 07:23:14 AM CEST
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
posted on 2011/10/05 06:04:36 AM CEST
Communication > CAN / LIN / RS485
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