Hello David, We don't have a generic data logger driver, so a new driver would need to be created if you want to access the device via USB. There are plenty of drivers to draw ideas/concepts/code from in case you want to go that route.
Alternatively, you can write an import module that can parse the files that it logs to the SD card. This would be easier but of course you then don't have live access to the device. If you need assistance or have other questions, just let us know here or on IRC. Regards, -Soeren On Thu, 2018-11-15 at 22:58 +0000, David Slipper wrote: > I have a data-logger and have access to the sources and a build > environment for it, and it occurred to me that it would be useful to > monitor it via SigRok. > > It has a USB port (of the serial type (used to be used for an ASCII > serial printer)) so I was wondering if there is a common/simple > protocol > that is used for data-loggers that I might use as a basis/starting > point?? > > It normally logs to an SD card or to its rather small screen. > > It can monitor two temperature sensors, two voltages, two currents, > atmospheric temp/humidity/pressure. + some other stuff via special > sensors. > > Hoping someone can point me in the right direction, > TIA > Dave > > > > _______________________________________________ > sigrok-devel mailing list > sigrok-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sigrok-devel _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel