Skip to content

GMC-320S get_version() does not work #130

@ffries

Description

@ffries

Dear all,

First I would like to thank you all for working on pygmc.
I can report that GMC-320S partially works.

get_cpm() and get_usv_h work but not get_version().

import pygmc

gc = pygmc.connect()
ver = gc.get_version()
print(ver)

cpm = gc.get_cpm()
print(cpm)

usvh = gc.get_usv_h()
print(usvh)

Returns:


16
0.10403120936280884

Kind regards,
FFries

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions