Arduino connection

Comments & issues
Supporting Windows 8 or newer
Post Reply
PkNess
Fresh meat
Posts: 1
Joined: Mon Apr 07, 2025 2:50 pm
Contact:

Arduino connection

Post by PkNess »

I'm looking to connect an Arduino to a phidget, specifically the MOT0110. How do I do so? I know that Arduinos have an USB breakout board, but preferably I can use the raw data without going through a USB.

Is this possible?
User avatar
Patrick
Lead Developer
Posts: 666
Joined: Mon Jun 20, 2005 8:46 am
Location: Calgary
Contact:

Re: Arduino connection

Post by Patrick »

Hi,

I'm afraid it's not supported. The MOT0110 does have a VINT port (internally a UART), but the protocol is proprietary and undocumented. You could refer to the phidget22 source to decipher the USB protocol.

-Patrick
Post Reply