N0ury / dmm_util

dmm_util is a utility for interacting with Fluke 289 and 287 Series multimeters.
MIT License
15 stars 4 forks source link

No serial port config #2

Closed tdjastrzebski closed 2 years ago

tdjastrzebski commented 2 years ago

Please add an option to specify serial port. e.g. COM5 on Windows. Currently it is hardcoded (/dev/cu.usbserial-AK05FTGH).

N0ury commented 2 years ago

I have added usb port as first parameter. This is not the best solution, but it's the easiest and fastest one. @tdjastrzebski please close the issue if it's ok.

tdjastrzebski commented 2 years ago

It seems to work. Thank you for this improvement