Page 1 of 1

help with sc08a

PostPosted: Sun Jul 17, 2011 10:45 am
by louis
guys,does anyone know how to send the code to sc08a from pic16F877A using picbasic pro? i need it urgently.. thanks

Re: help with sc08a

PostPosted: Sun Jul 17, 2011 12:24 pm
by robosang
If you wait, you will need to wait..... 8-)

Try to look at the sample code from Cytron, they normally provide some sample code for their product.

Even if you get the sample code with BASIC PRO, it will not be what you want because every project is different, you will still need to understand it in order to modify it. Else what is the purpose of doing the project?

Re: help with sc08a

PostPosted: Sun Jul 17, 2011 3:15 pm
by louis
i want to know to be simply write a serial out from my microcontroller to the sc08A. cos in the user manual they said need to write 4 byte of instruction set which i dont understand

Re: help with sc08a

PostPosted: Sun Jul 17, 2011 9:53 pm
by shahrul
louis WROTE:i want to know to be simply write a serial out from my microcontroller to the sc08A. cos in the user manual they said need to write 4 byte of instruction set which i dont understand

You need to read 2 manual. First, picbasicpro manual to learn how to send UART data. Second, SC08A manual how the servo controller can accept the instruction. I can't help on picbasicpro coz I never use that.

Re: help with sc08a

PostPosted: Mon Jul 18, 2011 9:29 pm
by robosang
louis WROTE:i want to know to be simply write a serial out from my microcontroller to the sc08A. cos in the user manual they said need to write 4 byte of instruction set which i dont understand


Well, that is the purpose of learning. At the beginning, you don understand; after you learn, you study, you test, you understand it. :mrgreen:

Re: help with sc08a

PostPosted: Wed Jul 20, 2011 8:03 pm
by hyng
If you not sure about basicpro, why not change it to C? MPlab IDE is free. All the sample source code provided from Cytron are in C.

Re: help with sc08a

PostPosted: Fri Nov 25, 2011 12:31 am
by megat
can i have the source code for the SC08A? because i want to study the coding.
can i use skkca bluetooth to replace the UC00A?

Re: help with sc08a

PostPosted: Fri Nov 25, 2011 6:35 am
by ABSF
megat WROTE:can i have the source code for the SC08A? because i want to study the coding.


The sample code and user manual are available here:

http://www.cytron.com.my/viewProduct.ph ... Controller

Allen