登录
首页 » C# » C-SHARP_USB_ADC_Test

C-SHARP_USB_ADC_Test

于 2020-12-03 发布 文件大小:76KB
0 136
下载积分: 1 下载次数: 6

代码说明:

  在C#平台调用USB-I2C适配器或者USB-SPI适配器的二次编程接口函数实现ADC(模数转换)功能,USB-SPI适配器和USB-I2C适配器有8路、12bit、采样频率为1M的ADC,适配器采用3.3V参考电压,利用适配器的ADC功能可以测量0到3.3V之间的模拟电压信号。(Calling adapter or USB-I2C adapter USB-SPI in C# programming interface functions to achieve the secondary platform ADC (analog-digital conversion) feature, USB-SPI adapter and the adapter has a USB-I2C 8, 12bit, the sampling frequency of 1M of the ADC, adapter with 3.3V reference voltage, use the adapter ADC function can measure analog voltage signal between 0 to 3.3V.)

文件列表:

C-SHARP_USB_ADC_Test
....................\USB_ADC_Test
....................\............\bin
....................\............\...\Debug
....................\............\...\.....\Ginkgo_Driver.dll,144384,2014-02-17
....................\............\...\.....\USB_ADC_Test.exe,7680,2014-02-18
....................\............\...\.....\USB_ADC_Test.pdb,13824,2014-02-18
....................\............\...\.....\USB_ADC_Test.vshost.exe,11600,2014-02-18
....................\............\...\.....\USB_ADC_Test.vshost.exe.manifest,490,2010-03-17
....................\............\obj
....................\............\...\x86
....................\............\...\...\Debug
....................\............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5994,2014-02-18
....................\............\...\...\.....\TempPE
....................\............\...\...\.....\USB_ADC_Test.csproj.FileListAbsolute.txt,731,2014-02-18
....................\............\...\...\.....\USB_ADC_Test.exe,7680,2014-02-18
....................\............\...\...\.....\USB_ADC_Test.pdb,13824,2014-02-18
....................\............\Program.cs,7942,2014-02-18
....................\............\Properties
....................\............\..........\AssemblyInfo.cs,1374,2014-02-18
....................\............\USB_ADC_Test.csproj,2445,2014-02-18
....................\............\USB_ADC_Test.sln,865,2014-02-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vc
    说明:  本压缩包里 有两个程序一个是vc++和arm的c语言在ads中开发。功能主要是串口发送命令个arm,然后arm响应命令,然后执行操作。对初学arm和vc的人很有帮助(The compression bag has two procedures one is vc++ And arm of the c language developed in the ads. Function is mainly to send the serial order of arm, and then arm in response to command, and then perform operations. Arm of the beginner and those who vc helpful)
    2008-08-11 11:30:01下载
    积分:1
  • 256
    说明:  这是用vc++进行图像变换的源代码,256色转灰度图变换(This is used vc++ Image transform source code, 256-color to grayscale conversion)
    2008-08-27 11:08:20下载
    积分:1
  • Filecombine
    说明:  这是个人写的简单的文件合并工具,有如下特性: 1. 支持二进制和文本文件合并; 2. 可以自定义填充字节(默认为0); 3. 可以选择源文件的任意地址和任意数据长度(在源文件的数据范围之内); 4. 可以任意修改源文件数据在目标文件(合并或拆分)文件的地址范围; 5. 支持拆分源文件,但单次操作只支持一个源文件和一个目标文件; 6. 可以保存/加载文件拆分合并的配置数据,并于重复使用;(This is a simple file combine tool with the following characteristics: 1. Support binary and text file combine; 2. You can customize the padding byte (default is 0); 3. You can select any address of the source file and any data length (within the data range of the source file); 4. The source file data can be arbitrarily modified in the address range of the target file (combine or split) file; 5. Support split source files, but only one source file and one target file are supported in a single operation; 6. You can save/load the file to combine, split configuration data and reuse it;)
    2019-10-26 14:27:33下载
    积分:1
  • smscsharp
    C# 操作短信猫,里面提供了开发案例,也提供了dll库文件。(C# operator SMS cat, which provides a development case, also provides a dll library file.)
    2010-05-18 23:40:53下载
    积分:1
  • 03572b5b6da7
    利用C++实现了CLIQUE聚类算法,能够运行目标函数的平均时间,计算出评价指标F-measure、NMI以及正确率。计算评价指标的函数在CEMTD源文件中。(CLIQUE clustering with C++)
    2018-05-16 20:25:29下载
    积分:1
  • TMS320F2812 flash to RAM
    基于TMS320F2812 flash搬移到RAM里运行实现,包括说明文档和代码(TMS320F2812 flash-based RAM to run to achieve move, including documentation and code)
    2011-08-04 08:36:59下载
    积分:1
  • 200683022561186148
    。使用VC.NET做前端应用程序开发工具,利用面向对象的编程思想进行高效的开发,用SQL SERVER 2000进行后台数据库的创建和管理,利用ADO对象实现对后台数据库的连接,访问,修改以及写入等操作。并采用OLEDB连接数据库,提高了数据访问效率(. VC.NET make use of front-end application development tools, the use of object-oriented programming ideas for the development of highly efficient, using SQL SERVER 2000 to carry out the background of the creation and management of databases, using ADO objects to realize the background database connectivity, access, modify and write operation and so on. And uses OLEDB to connect databases, improve the efficiency of data access)
    2007-08-23 15:52:58下载
    积分:1
  • AddByVirtualMethod
    说明:  C# 建立的虚方法,可以在子类中被重写,在子类中重写虚方法,原始虚方法进行乘法运算(The virtual method created by C # can be rewritten in the subclass, and the virtual method is rewritten in the subclass.)
    2020-05-27 14:06:32下载
    积分:1
  • SPWM2(1)
    TMS320f28335 产生三相SPWM波(TMS320f28335 generate three-phase SPWM wave)
    2014-10-08 20:21:30下载
    积分:1
  • MulDesk
    提供4个windows桌面的最简洁程序,切换速度快。包括系统托盘图标,支持快捷键alt+1(2,3,4)切换。(Provide four of the most simple windows desktop application, switching speed. Including the system tray icon, support shortcut key alt+1 (2,3,4) switching.)
    2011-07-16 11:01:32下载
    积分:1
  • 696524资源总数
  • 103801会员总数
  • 61今日下载