Ubtech Alpha 1 Bluetooth icon Ubtech Alpha 1 Bluetooth Bluetooth control for UBTech Alpha1 servos via ARC: map Vx to servo IDs, enable servos, and integrate with ARC movement & LEDs. Try it →

ARC Pro

Upgrade to ARC Pro

ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.

#1  

Wouldn't that be basic serial? EZB does serial in/out on every pin (24 according to the specs)...

#2  

How would I go about that. Would I need to do a lot of programming in c or such? I found a laser that has this interface. thanks, Mel

#3  

You can read about the "SendSerial" EZ-Script command in the script help file. I don't see anything for receiving serial data though.

Author Avatar
United Kingdom
LinkedIn Twitter Google+ YouTube
#4  

The V3 can't receive serial data it can only send. The V4 can send and receive as far as I'm aware.

To use it you would need to connect it to the PC and use another program to read the data then import it in to ARC.

You could probably connect the sensor to a bluetooth serial module (like the one on the V3), pair it to the PC and then use a different program to read the serial data from the sensor, via the COM port set up during pairing, then (somehow) import the data in to ARC. This can be accomplished a few ways, the easiest is to use the telnet method, connect to ARC with the application and send the data to ARC with EZ-Script commands.