Skip to content
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

device ident & hardware index #2

Open
jmue opened this issue Nov 1, 2021 · 0 comments
Open

device ident & hardware index #2

jmue opened this issue Nov 1, 2021 · 0 comments

Comments

@jmue
Copy link

jmue commented Nov 1, 2021

In PrintEventsForDatapoint.py the last two lines say

parse_DPDefinitions('VScotHO1_72')
# 20cb 0351 0000 0146

For VScotHO1_72 the device identification is

<Identification>20CB</Identification>
<IdentificationExtension>0148</IdentificationExtension>
<IdentificationExtensionTill>0159</IdentificationExtensionTill>

So from my understandings the supported hardware index is [0x01..0x01] and the supported software index is in the range [0x48..0x59]. So your software index 0x51 fits this range, but the hardware 0x03 index doesn't.

So either the comment is not correct, my understandings are wrong or the hardware index is never checked.

I have a similar problem, my device is 20cb 0008 0000. So the hardware index 0x00 also doen't fit the range of VScotHO1_4.

Do you have any further information on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant