Train Vision Object By Script icon Train Vision Object By Script Train camera vision objects via controlcommand(), attach camera, start learning, monitor progress, and return object name for scripts. Try it →
Asked — Edited

Share Bluetooth Connection With ARC

I wrote some VB code using EZ-SDK. I want to use the same Bluetooth connection ARC uses, so I don't need to rewrite every feature ARC already has. Is that possible?or did I miss it again? confused


ARC Pro

Upgrade to ARC Pro

Your robot can be more than a simple automated machine with the power of ARC Pro!

#1  

I'm not entirely sure what you mean by this.

I assume you put together a VB program and now you want to connect to the EZB while the EZB is connected to ARC?

I don't think thats possible. Once that port is in use by one program I don't think you'll be able to access it from another.

#2  

Yea you got what I meant. I guess I need to write some code then. Thanks