Page 1 of 1

G15 library send package

PostPosted: Wed Jun 09, 2021 4:20 pm
by pak
Hi this is my first use of cube servo and I am trying to send instruction
to turn on cube's led directly from my controller's uart tx pin.
[try to use single wire uart]

Same package as in my Termite terminal receives.[attached file]
Nothing happens to cube[led not on] after sending this packet.
I modified G15 shield c++ to my c code.

What have i missed?

Re: G15 library send package

PostPosted: Sat Jun 12, 2021 4:43 pm
by pak
I ordered a G15 driver and tested some instruction, can move servo now.

Re: G15 library send package

PostPosted: Sun Jun 13, 2021 4:03 pm
by A380
pak WROTE:I ordered a G15 driver and tested some instruction, can move servo now.


Good to hear that. FYI, G15 is using half-duplex UART, thus G15 driver is needed in between your controller and G15.

Re: G15 library send package

PostPosted: Mon Jun 14, 2021 3:35 pm
by pak
Hi A380
Thanks.