要使用python中的串口,可以下载pywin32-224-cp36-cp36m-win_amd64.whl去安装或者pip install去安装. 调试下来,有一点很不爽,读取read()数据的timeout时间最小单位是秒,这对应很频繁的读取使用,很浪费时间.如果不设置这个时间我在有些串口设备上调试发现read一定读满给定的字节数才能返回.比如:Uart.read(512),一定要读到512字节才能返回,如果这个时间单位能改成毫秒那就最好了. 贴一段简单的写读操作,作为一个记录. i
Linux/drivers/usb/serial/ftdi_sio.h /* 2 * Driver definitions for the FTDI USB Single Port Serial Converter - 3 * known as FTDI_SIO (Serial Input/Output application of the chipset) 4 * 5 * For USB vendor/product IDs (VID/PID), please see ftdi_sio_ids
/* at91UART.c - AT91RM9200 serial driver */ /* Copyright 2003-2004 Coordinate Co., Ltd. */ /* Copyright 1984-2002 Wind River Systems, Inc. */ /* modification history -------------------- 01a,28jul04,cor created from original at91Sio.c. */ /* .SH TOD