uldaq icon indicating copy to clipboard operation
uldaq copied to clipboard

MCC Universal Library for Linux

Results 11 uldaq issues
Sort by recently updated
recently updated
newest added

I'm trying to install mccdaq/uldaq on an iMac (Intel) running Monterey (v 12.1). I've followed the instructions at https://github.com/mccdaq/uldaq. When I get to './configure && make' I get the following...

When measuring with a USB-1808 DAQ using a `CMT_PERIOD`, the daq is not measuring the number of tick between two active edges of the counter, but between one active edge...

I cannot build the library on an M1 Mac- ./configure gives an error: ``` checking operating system... arm-apple-darwin21.4.0 Mac OS X checking for libusb_init in -lusb-1.0... no Library libusb-1.0 was...

Add a spec file capable of installing the uldaq library including a patch which removes the last step of make install, which breaks when building a package

Dear Team, I am using uldaq inside docker container. When i stop and start the container i am seeing the following error ![image](https://user-images.githubusercontent.com/13891252/190957921-5acb0539-ce1f-441f-94f6-f3044ed6547b.png) Did any of you face this issue?...

The `enum` value `UNIPT01VOLTS` means “unipolar, .01 volts”. However, `ConvertRangeToMinMax()` incorrectly translates it to the range 0 – .1 V.

Are there any plans to add compatibility to USB1604HS-2AO? I noticed all the high sampling DAQs (>500kS/s) are not supported by uldaq. Is there some inherent limitation or is it...

how to proceed: I pull down the few files through git, but don't get the configure stuff. Is there a bootstrap process to get to the configure point? and what...

Build and install fails because in **Makefile.am** there is only a check for Redhat and Arch linux. ``` if OS_LINUX install-data-hook: udevadm control --reload-rules && \ test -f "/etc/redhat-release" &&...