使用多种编程语言实现对I2C总线设备(传感器)进行控制
<div class='showpostmsg'>使用多种编程语言实现对I2C总线设备(传感器)进行控制 1、概述Ginkgo I2C总线适配器可以使用各类编程语言方便、快捷的对各种I2C设备进行控制,主要包括:C/C++C#DelphiJAVALabviewPythonVB.NET等语言。ViewTool已经开发了基于上述语言的函数库(API),用户只需在自己的工程中导入VT提供的相应语言的函数库和动态链接库,即可很容易的实现对I2C总线设备的控制。 2、多语言应用示例ViewTool提供的函数库主要用于对适配器的扫描、打开、关闭操作和对I2C设备的初始化、时序配置以及数据读写等,主要包括以下函数: C/C++: C#: VB.NET:
Labview:
Python:
Delphi:
各语言应用实例获取地址http://www.viewtool.com/index.php/26-2016-07-29-02-13-28/43-ginkgo-usb-i2c-4 3、测试案例系统环境:Win764bit开发工具:VS2010开发语言:C/C++硬件设备:Ginkgo I2C适配器、BH1750环境光(光强)传感器。硬件连接:主控(PC/单片机/移动设备)<--> Ginkgo I2C Adapter <--> BH1750按照上述硬件连接方式连接好硬件,运行代码进行测试,测试结果如下:BH1750资料(源码、文档、视频)获取地址:http://www.viewtool.com/index.php/39-2016-07-25-03-12-7/136-ginkgo-usb-i2c-bh1750fvi
</div><script> var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;" style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
if(parseInt(discuz_uid)==0){
(function($){
var postHeight = getTextHeight(400);
$(".showpostmsg").html($(".showpostmsg").html());
$(".showpostmsg").after(loginstr);
$(".showpostmsg").css({height:postHeight,overflow:"hidden"});
})(jQuery);
} </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script> {:1_103:}
页:
[1]