<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[哪位大侠给个VB.NET下控制GPIO的方法]]></title>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622]]></link>
 <description><![CDATA[Latest 20 replies of 哪位大侠给个VB.NET下控制GPIO的方法]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 05:20:06 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://www.aiothome.net]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[这个不错，收藏一下！]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#298182]]></link>
 <author><![CDATA[suhaozi]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Fri, 05 Dec 2014 02:57:13 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[請問一下是否有 I2C的 VB.NET 代碼&nbsp;&nbsp;[s:14]]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#28343]]></link>
 <author><![CDATA[questionyang]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Thu, 13 May 2010 12:21:59 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[Hi tzechienchu ,

我以成功用VB.NET控制LED 1,2,3 &amp; 4.&nbsp;&nbsp;

可是我还不懂怎样读LED or Port 的status.&nbsp;&nbsp;还有为什么CreateFile 一定要用&quot;LED1:&quot;为filename?&nbsp;&nbsp;如果换成别的filename将会失败控制GPIO？？？

chees
ec lim


************************************************* ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#22488]]></link>
 <author><![CDATA[eclim]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Tue, 23 Mar 2010 00:00:45 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 請問如果我想控制蜂鳴器那因該要怎麼寫&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 我對coredll.dll裡的東西不了解]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#17946]]></link>
 <author><![CDATA[張鈞傑]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Wed, 03 Feb 2010 04:49:22 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[coredll.dll 就在WinCE 中 不用下載]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#16963]]></link>
 <author><![CDATA[tzechienchu]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Thu, 28 Jan 2010 01:39:55 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[tzechienchu ,

那里可下载“coredll.dll”?

谢谢了
eclim]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#16930]]></link>
 <author><![CDATA[eclim]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Wed, 27 Jan 2010 14:48:53 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[//Key Reading API 宣告
 [DllImport (&quot;coredll.dll&quot;)]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public static extern int ReadFile(IntPtr hDevice,Byte[] lpOutBuffer,UInt32 nNumberOfBytesToRead, UInt32 lpBytesReturned, IntPtr lpOverlapped);

//讀Key的值
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#15809]]></link>
 <author><![CDATA[tzechienchu]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Wed, 20 Jan 2010 09:31:13 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[.#define IO_CTL_LED_1_ON 0x01
#define IO_CTL_LED_2_ON 0x02
#define IO_CTL_LED_3_ON 0x03
#define IO_CTL_LED_4_ON 0x04
#define IO_CTL_LED_ALL_ON 0x05
#define IO_CTL_LED_1_OFF 0x06
#define IO_CTL_LED_2_OFF 0x07
#define IO_CTL_LED_3_OFF 0x08
#define IO_CTL_LED_4_OFF 0x09
#define IO_CTL_LED_ALL_OFF 0x0 ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#15798]]></link>
 <author><![CDATA[tzechienchu]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Wed, 20 Jan 2010 08:20:15 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[tzechienchu,

好诊贵的讯息呀，在此多谢了。

cheers]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#15797]]></link>
 <author><![CDATA[eclim]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Wed, 20 Jan 2010 08:15:21 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 5楼(tzechienchu) 的帖子]]></title>
 <description><![CDATA[因為是Copy的Code.
事實上
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;byte[] led1 = new Byte[1];
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;led1[0] = 0;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;byte[] pout = new ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#15627]]></link>
 <author><![CDATA[tzechienchu]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Tue, 19 Jan 2010 06:46:23 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;

namespace LED_CSharp
{
&nbsp;&nbsp;&nbsp;&nbsp;public partial class Form1 : Form
&nbsp;&nbsp;& ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#15625]]></link>
 <author><![CDATA[tzechienchu]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Tue, 19 Jan 2010 06:43:09 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我也是在找用VB.NET来控制GPIO的方法，有高手可以指点一二吗？

CHEERS]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#15573]]></link>
 <author><![CDATA[eclim]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Mon, 18 Jan 2010 17:01:45 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[是呀，就是想调用流驱动来控制接的LED，开发板的GPIO应该已经添加过了，上面有EVC的测试程序]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#12363]]></link>
 <author><![CDATA[junfeiqin]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Wed, 11 Nov 2009 09:18:38 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[这位兄台是想使用.net调用流驱动吧.我也搞了很久了.不知道怎么办.串口是可以用的.有现成控件.其它的东西就不知道了.看了一下framework里有流驱动的调用.不知道是不是,还没有试过]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#12330]]></link>
 <author><![CDATA[height]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Wed, 11 Nov 2009 00:10:40 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[你的WinCE系统有加入GPIO驱动没？]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=3622#12315]]></link>
 <author><![CDATA[lexyan]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Tue, 10 Nov 2009 13:13:24 +0000]]></pubdate>
</item>
</channel></rss>