Compatibilidad basicx-24 ssc-32

disculpar el idioma

tengo un basicx-24 montado en una atom bot board y conectado por serie a una ssc-32

me estoy volviendo loco haciendo la programacion para hacer funcionar la ssc32 por medio del pc funciona perfectamente pero no consigo mandarle el tren de comandos desde la basicx 24
cual seria la forma?
cuando compre todo esto indicaba que era compatible, lo es?
gracias

translated by Web, I feel it

to excuse the language I have basicx-24 mounted in one atom bot board and connected by series to one ssc-32me I am returning crazy making the programming to make work ssc32 by means of the PC perfectly works but with himself not to send the train to him of commandos from basicx 24 as serious the form? when it buys all this indicated that he was compatible, is it? thanks

Sorry, what language is that?

The translation is hard to understand. :frowning:

It’s Spanish…

OMFG that is funny though… I love web translations. I browse Japanese sites a lot and love reading the ridiculous translations.

PS. eugeniobcn, if you want an answer, try pasting a close up picture of your configuration as well as the BASIC code you are using.

are there any regulars here that speak spanish that can help this guy, or someone who can at least translate his text so it makes more sense in english? the computer translation thing is really bad.

Eugeniobcn,
For better translations…
Please make your sentances short.
Please use proper grammer and spelling.

Translated,
Para traducciones mejores…
Por favor hacer tus sentances cortos.
Utilizar por favor el grammer y el deletreo apropiados.

I don’t want to sound mean, but that segment had me laughing out loud.

eugeniobcn, please indicate which software is running on the PC.

Traducción de Google.
indicar por favor qué software está funcionando en la PC.

ok, will try it again

basicx-24 on “atom bot board” in series ssc-32

program example in basicx to move an actuator

Sub Main()
Dim bufferout(1 To 30) As Byte
Dim bufferin(1 To 30) As Byte
Call OpenQueue(bufferout,30)
Call OpenQueue(bufferin,30)
Call OpenCom(3, 9600, bufferin, bufferout) 'this is correct?

Call DefineCom3(0,20, bx1011_1000) 'this is correct?

Call putqueuestr(bufferout, chr(13)&chr(255)&"#1 P 1500"&chr(13)) 'this is correct?

End Sub

it does not work, as serious the correct form?

thanks

Are you able to program the BasicX?

If yes is the SSC-32 not responding?

Make sure the SSC-32 is set for the proper baud rate.

Make sure the data is inverted from the BasicX.