Reply To: Connect Andriod Phone via USB to Arduinos
About › Forums › Forum › Connect Andriod Phone via USB to Arduinos › Reply To: Connect Andriod Phone via USB to Arduinos
October 26, 2017 at 1:07 AM
#1112
soundanalogous
Member
Hi,
This is not currently possible because BreakoutJS can only communicate over a websocket. It probably wouldn’t be to difficult to get it to work with PhoneGap. You’d need to swap out the WebSocket interface for PhoneGap’s serial interface. See the file Breakout/src/core/WSocketWrapper.js and how it is integrated into Breakout/src/core/IOBoard.js.
