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

#1113

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.