Code Monkey home page Code Monkey logo

Comments (9)

nytamin avatar nytamin commented on July 25, 2024

I haven't actually checked as I'm afk for the weekend, but could it be a simple matter of changing your import to const XKeys = require('xkeys')?

from xkeys.

cwilling avatar cwilling commented on July 25, 2024

Thanks for response while you're away.
You were correct; that slight import change fixed the uncaught Syntax Error.

However then I noticed another problem with the example. It doesn't handle multiple attached devices correctly - it always lists only the first device it finds for however many devices are attached i.e. 3 devices attached => first device listed 3 times.

It seems to handle them OK if I change:

XKeys.listAllConnectedPanels().forEach(() => {
    XKeys.setupXkeysPanel()
    ...

to

XKeys.listAllConnectedPanels().forEach((panel) => {
    XKeys.setupXkeysPanel(panel)
    ...

from xkeys.

michaelhatPIengineering avatar michaelhatPIengineering commented on July 25, 2024

That may help a problem I think we have with products with only 1 interface.
The X-keys LCD can be set to PID 1321 which as only consumer in and out end points.
I remember when we were first working on the product.ts we needed to specify the PID and the interface #. This one pid was the only one that showed as a -1. In all other cases we use the 0 interface.

from xkeys.

michaelhatPIengineering avatar michaelhatPIengineering commented on July 25, 2024

from xkeys.

cwilling avatar cwilling commented on July 25, 2024

I changed to PID 1321 but it was then no longer visible to either the Pi4 or a normal machine. Isn't that just the nature of the library though? I thought it just chose one of the possible PIDs for any device (1316 for LCD).

from xkeys.

michaelhatPIengineering avatar michaelhatPIengineering commented on July 25, 2024

from xkeys.

nytamin avatar nytamin commented on July 25, 2024

However then I noticed another problem with the example. It doesn't handle multiple attached devices correctly - it always lists only the first device it finds for however many devices are attached i.e. 3 devices attached => first device listed 3 times.

Thanks @cwilling I noticed that there where several issues with the example scripts. I've updated them now to actually work.. :)

from xkeys.

cwilling avatar cwilling commented on July 25, 2024

There's also the listAllConnectedPanels example on the front page (README.md) that needs a tweak.

from xkeys.

nytamin avatar nytamin commented on July 25, 2024

Good point! I updated too. 👍

from xkeys.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.