Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
Asked — Edited
Resolved Resolved by ptp!

Sending Commands To A Second Ezb Via Script

Hi,
I am trying to send a command to a second EZB on my inmoov. I do not know the syntax to reference the second EZB. for instance when I run

Code:

SendSerial(D23, 9600, "F0,0,200,200,0,0,50,20,R")


it sends the the serial pulse to my first EZB. How do I make it reference the second EZB where the serial line is plugged in?

I know DJ I always check the "?" in the control but I can not nut this one out.

So what would be the syntax and I would appreciate an example.

Thanks
Perry


ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates with ARC Early Access edition. You'll have everything that's needed to unleash your robot's potential!

AI Support Bot
Related Content
Synthiam
PRO
USA
#1  
@Perry_S

Script help:
User-inserted image


second EZB (board 1):

Code:


SendSerial(1.D23, 9600, "F0,0,200,200,0,0,50,20,R")
PRO
USA
#2  
ptp to the rescue. Thanks so much. It was there in front of me.