# DAQ331M-IPC **Repository Path**: Lockzhiner-Electronics/DAQ331M-IPC ## Basic Information - **Project Name**: DAQ331M-IPC - **Description**: DAQ331M IPC SDK - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-04-18 - **Last Updated**: 2025-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
驱动安装文档 | 二次开发例程文档 | 二次开发API文档 | 二次开发动态库文档 | DAQ331M设备固件
DAQ331M是凌智新推出的一款同时具有RS485和百兆网口的多功能数据采集器,既能够采集模拟(电压/4-20mA电流)信号、隔离的DI信号、对信号计数;也能输出可调幅调频调偏置的常用波形、输出可调频调占空比的脉宽调制波形、输出隔离的DO信号;既能在上位机保存采集的波形,也能在设备内部保存波形信息;既能用工业上通用的Modbus-RTU协议,也能使用凌智的通信协议。能以最大的兼容性满足不同客户的应用需求。  # 🌠 版本说明 DAQ331M正在高速迭代中,当前仓库最新版本为**V1.2.17**,建议您更新到最新的仓库来保证最好的编程和使用体验。 # 🌌 二次开发支持列表 针对二次开发的用户,我们提供了动态库来辅助进行开发,下面是目前我们已经适配过的开发环境。 | 操作系统 | 芯片架构 | 编程语言 | 是否支持 | 是否计划支持 | | :-----------: | :------: | :------: | :------: | :----------: | | Win10/Win11 | amd64 | C/C++ | ✅ | ✅ | | Win10/Win11 | amd64 | C# | ✅ | ✅ | | Win10/Win11 | amd64 | Python | ✅ | ✅ | | Debian/Ubuntu | amd64 | C/C++ | ✅ | ✅ | | Debian/Ubuntu | amd64 | Python | ✅ | ✅ | # 😭 Bug反馈 您可以前往[DAQ331M Issues](https://gitee.com/lockzhiner/DAQ331M-IPC/issues)并点击已完成按钮查看其他用户反馈且我们已经解决的bug。  如果查找不到对应的解决方案,可点击新建Issues来反馈您的Bug,我们将尽快与您沟通并及时解决Bug。  # 💐 Acknowledge 本项目中使用到了多个由开源社区提供的性能优异的库,在此列出表示感谢: * ⭐ [eigen](https://gitlab.com/libeigen/eigen): Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. * ⭐ [libmodbus](https://github.com/stephane/libmodbus): A Modbus library for Linux, Mac OS, FreeBSD and Windows. * ⭐ [libusb](https://github.com/libusb/libusb): A cross-platform library to access USB devices. * ⭐ [readerwriterqueue](https://github.com/cameron314/readerwriterqueue): A fast single-producer, single-consumer lock-free queue for C++. * ⭐ [serial](https://github.com/wjwwood/serial.git): Cross-platform, Serial Port library written in C++. * ⭐ [spdlog](https://github.com/gabime/spdlog): Fast C++ logging library. * ⭐ [vcpkg](https://github.com/microsoft/vcpkg): C++ Library Manager for Windows, Linux, and MacOS. * ⭐ [yaml-cpp](https://github.com/jbeder/yaml-cpp): A YAML parser and emitter in C++. # ©️ License 本仓库遵循[Apache-2.0开源协议](./LICENSE)。