0

i need to read from my Pc the serial port that connected with MIB520 usb board ?

if i know the sequence of the data received byte by byte then can i use C# or any tool to read this port ??

i have iris and MicAz motes that read gps packet then they send them to the mote which attached to the MIB520 usb board.

note: that MIB 520 use two virtual ports,it use FTDI FT2232C

4

1 回答 1

0

这是关于通过 USB 连接到串行端口的一个非常普遍的问题,因此我将向您指出一些一般信息的来源。

首先,您的机器需要安装 FTDI驱动程序。

如果您想通过键入命令和读取响应来手动与串行设备交互,您可以使用终端仿真器,如minicomor gtkterm。这个问题的答案中有一些相关信息。

如果您正在寻找 java 串行库,您可以尝试以下几种:

于 2013-04-12T16:49:01.843 回答