========================================================================
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.
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 設定完成。