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
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.
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?