-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ChipFactorySerialNumber returns 01234567 #8
Comments
Thank you for using my library and reporting an issue! I have confirmed the same problem also occurs with my device. I will find out the reason of this problem and will fix some code. |
Sorry for the inconvenience. In this version, The reason why the I will continue to investigate the problem about |
@smdn Thank you for the quick response. I had looked through the code and couldn't find the error, so I am glad it is external to the library. |
Using |
I'm glad to hear that you were able to accomplish your goal. I would like to close this issue for now. |
I am using an Adafruit MCP2221A Breakout on Windows 11 and am getting a connection working as expected and can access the Adafruit SCD-40 I have connected without any problem, using
Iot.Device.Scd4x
fromIot.Device.Bindings
, so I do not believe there is any issue there.Also, when I retrieve the
HardwareRevision
andFirmwareRevision
properties I get A.6 and 1.2 as expected.However, the
ChipFactorySerialNumber
property always returns01234567
.I have checked with the Microchip supplied tool
MCP2221 Utility
and it shows the Serial Number for my unit.Any help on this would be appreciated.
The text was updated successfully, but these errors were encountered: