lighthack project not working in 2.8

Hi there,

my self-built "Box 8" with 8 encoders and 10 buttons stopped working in 2.8.

I can't get a handshake with the console or the nomad on PC.

When I tried the USB-Test from the lighthack test tool it worked on 2.8.

First I thought it was a driver issue (see my earlier post) but when it did not respond on my PC aswell I knew it was something different.

After trying several recompilings and code-tweaks I downgraded to 2.7.4 and lo and behold it works again!!!

What to do?

Parents
  • Update: somehow the usb_test sketch from the lighthack test tools stopped working...
    I don't get it....

  • I just commented out this part:

    #ifdef BOARD_HAS_USB_SERIAL
      while (!SerialUSB);
    #else
      while (!Serial);
    #endif

    now it works!

    Thank you sstaub for your patience and your help!!!

Reply
  • I just commented out this part:

    #ifdef BOARD_HAS_USB_SERIAL
      while (!SerialUSB);
    #else
      while (!Serial);
    #endif

    now it works!

    Thank you sstaub for your patience and your help!!!

Children
No Data