temperature-logger icon indicating copy to clipboard operation
temperature-logger copied to clipboard

Feature request: please add support to sigrok

Open jrsphoto opened this issue 2 years ago • 2 comments

This is a really awesome device and have a need for it in my lab right now. any chance someone could add support into Sigrok for this device, it would be a nice fit for that ecosystem.

https://sigrok.org/wiki/Developers

jrsphoto avatar Mar 08 '22 23:03 jrsphoto

Love that idea, I will look into it! :)

Jana-Marie avatar Mar 09 '22 11:03 Jana-Marie

It looks to me like implementing a VISA compliant USB Test and Measurement Class device (USBTMC) would be both nice and able to leverage existing backend support in Sigrok. A target larger than STM32F072 is likely to be required though.

https://sigrok.org/wiki/USBTMC

http://sigrok.org/gitweb/?p=libsigrok.git;a=blob;f=src/scpi/scpi_usbtmc_libusb.c

https://community.st.com/t5/stm32-mcus-embedded-software/usbtmc-usb-test-and-measurement-class-for-stm32/td-p/289941

https://github.com/karlp/discotmc

MisterHW avatar Jul 19 '24 10:07 MisterHW