我加入了USB连接到我的PIC24FJ256GB206项目,包括一个FTDI FT232R芯片上的板上钩作为一个RS232/USB转换器。这是非常简单的,你可以很容易地添加一个门的传入数据到PIC串行端口,所以你可以决定使用USB或RS232与一个简单的跳线在连接器。然后Windows(?)与此挂钩的软件仍然可以通过串行操作,而客户看到USB连接线,并很高兴。我检查了手册的非标准波特率31250,它是由FTDI驱动程序支持的,所以如果PC软件打开端口,并设置波特到31250,它将工作。
以上来自于百度翻译
以下为原文
I added USB connectivity to my PIC24FJ256GB206 project by including an FTDI FT232R chip on the board hooked up as an RS232/USB converter. This is very simple to do and you can actually easily add a gate for the incoming data to the PIC serial port so you can decide to use USB or RS232 with a simple jumper in the connector.
Then the Windows (?) software hooked to this can still operate via serial while the customer sees the USB connection wire and is happy.
I checked the manual for the non-standard baud rate 31250, and it is supported by the FTDI driver, so if the PC software opens the port and sets the baud to 31250 it will work.
我加入了USB连接到我的PIC24FJ256GB206项目,包括一个FTDI FT232R芯片上的板上钩作为一个RS232/USB转换器。这是非常简单的,你可以很容易地添加一个门的传入数据到PIC串行端口,所以你可以决定使用USB或RS232与一个简单的跳线在连接器。然后Windows(?)与此挂钩的软件仍然可以通过串行操作,而客户看到USB连接线,并很高兴。我检查了手册的非标准波特率31250,它是由FTDI驱动程序支持的,所以如果PC软件打开端口,并设置波特到31250,它将工作。
以上来自于百度翻译
以下为原文
I added USB connectivity to my PIC24FJ256GB206 project by including an FTDI FT232R chip on the board hooked up as an RS232/USB converter. This is very simple to do and you can actually easily add a gate for the incoming data to the PIC serial port so you can decide to use USB or RS232 with a simple jumper in the connector.
Then the Windows (?) software hooked to this can still operate via serial while the customer sees the USB connection wire and is happy.
I checked the manual for the non-standard baud rate 31250, and it is supported by the FTDI driver, so if the PC software opens the port and sets the baud to 31250 it will work.
举报