ytai / ioio

Software, firmware and hardware of the IOIO - I/O for Android
Apache License 2.0
746 stars 355 forks source link

Waiting for handshake #356

Closed chrisws closed 4 months ago

chrisws commented 6 months ago

Hi,

I just bought an ioio-otg board for a project.

I tried the HelloWorldConsole program on various Ubuntu 22.04.3 machines. It never gets past the "Waiting for handshake" step. It works fine on Windows 10.

I have installed the udev file. There seems to be some associated errors in the syslog.

Are there any tricks for getting this to work in any recent linux version?

chrisws commented 4 months ago

Never mind...

I have a solution in case anyone is interested. I switched over from using purejavacomm to fazecast. Here's my project: https://github.com/smallbasic/smallbasic.plugins/tree/master/ioio

hannesa2 commented 4 months ago

Thank you for the solution