bloguetronica / cp2130-qt

A C++ class that uses libusb to interface with CP2130 devices. It can be used to configure the OTP ROM of such devices, as well as to control them. The class was made for Qt. If you wish to use a derived non-Qt version, please refer to https://github.com/bloguetronica/cp2130.
0 stars 0 forks source link

The serial number (aka "serial") in open() is to be an optional argument #13

Closed samuelfmlourenco closed 2 years ago

samuelfmlourenco commented 3 years ago

This implementation follows what will be done on the correspondent standard C++ class. Please refer to https://github.com/bloguetronica/cp2130/issues/4.

samuelfmlourenco commented 2 years ago

Implemented in version 2.1.0. Issue closed.