drohlicek
Results
2
issues of
drohlicek
### Specifications * Client Version: v2.12.0 * InfluxDB Version: 2.4.0 * Platform: macOS ### Steps to reproduce ```go var Params = domain.GetChecksParams{OrgID: orgID} influxClient := influxdb2.NewClientWithOptions(url, token, influxdb2.DefaultOptions().SetUseGZip(true).SetLogLevel(2).SetApplicationName("Testing")) check, err...
bug
Hi, how I specify serial port in Windows? I tryied: -address=rtu://COM3 COM3 is USB converter CH340 Unfortunately, this parameter does not work. Thanks, Dave