hinxx
hinxx
Not really an issue, but I was wondering what is the actual purpose of the `asynParamSet`. I can see the `asynPortDriver` constructor that can take `asynParamSet` ; when would one...
## Bug Description Can not connect to microbit. ## How To Reproduce Steps to reproduce the behavior: 1. https://python.microbit.org/v/3/project 2. Open new project (demo code is fine) 3. Connect microbit...
This PR removes unused code in usbtmc example and uses existing defines instead of hardcoded values in several places. There are no functional changes otherwise.
### Operating System Linux ### Board RPI Pico ### Firmware tinyusb/src/class/usbtmc/usbtmc_device.c tinyusb/examples/device/usbtmc/src/usbtmc_app.c ### What happened ? PR #2494 introduced `tud_usbtmc_transmit_notification_data()` function. The check if EP is not busy bails out...
I'm playing with the `CONFigure:VOLTage:DC` from examples using pyVISA under linux against the `test-tcp` example. Python: ``` >>> dev.write('CONFigure:VOLTage:DC 1,3') 25 >>> dev.write('CONFigure:VOLTage:DC 1, 3') 26 >>> dev.write('CONFigure:VOLTage:DC 1 ,...
Consider adding LTTB downsampling support for timeseries based plots. See demo at https://www.base.is/flot/. Python based modules to consider: https://github.com/dgoeries/lttbc/ https://pypi.org/project/lttb/
I have a SPI DAC that takes 3 bytes of data to set output voltage (ad5679r). There are 16 channels and I would like to program them in shortest possible...
**What's the problem this feature will solve?** Plotting of large timeseries data sets. **Describe the solution you'd like** Add LTTB downsampling. **Additional context** See demo at https://www.base.is/flot/. Python based modules...