Tim Franssen
Tim Franssen
But I would need to communicate with the device first to ask it for the `bcdVersion`, right..?
Ah, okay! Didn't know that. So the value of `bcdVersion` says something about the connected calculator? That's a bit confusing given the documentation you linked: 20 | bcdVersion | 2...
Looks like you guys are comparing the device name first, then fall back to the version to detect the same thing twice but through different methods? ```c else if (usbinfo->pid...
I suppose I could just do the same. I'm already checking for the name, I can add the version as a fallback too. But it will complicate the code and...
Check, thanks for the clarification! 😄
I don't believe there is, no. Added it to the list of ideas.
Hey there! Another great looking PR at first glance, thanks a lot! I'll have a better look this weekend, when I hope to have a little spare time and access...
Alright, I made the build and CodeClimate (and myself 😉) happy again. However, there's this annoyance in the test output a couple of times now: ``` console.log Warning: Unlogged read...
Oh, and by the way, it works perfectly on my TI-84 Plus 👍🏻
Tbh, I don't think it's an issue with the recording. There shouldn't really be something like a second check for different support levels. Not sure what it is though. So...