2016年8月28日 星期日

Win10 IoT Core initial SHT21 Zigbee device 實作 SHT21 Zigbee 裝置

English
========================================================================
Today I'll implement the SHT21 Zigbee device on IoT Core image.

1. Find out the Zigbee device VID and PID. You can insert the Zigbee device on your PC to find the VID and PID.

2.Check currently available USART.

3. Assign USART interface with port name and set USART interface as “Removable”.

4. Restart device and run MS serial sample. You’ll see the USART is ok.



中文
========================================================================
今天我要實作 SHT21 Zigbee 裝置在 Win 10 IoT Core 上。

1. 先找出 Zigbee 裝置的 PID 和 VID,可以先把 Zigbee 裝置裝到PC上,使用裝置管理員查詢。



2. 使用 PowerShellISE 去檢查裝置狀態

3. 分派 Zigbee 裝置為 COM5 並設定為卸除式裝置

4. 重開裝置後,開啟微軟 Serial sample 程式,你會看到 Zigbee 的 COM port 設定完成。

OS Operating System 作業系統 恐龍書 筆記分享

發現一個作業系統說明的網站, 對於 process vs thread, semaphore vs mutex, deadlock 說明很詳細, 有興趣的人可以去以下的網頁逛逛。 附上網址連結: link   link2