After you read previous article, you might know how to operate a com port in Windows.    But that example requires programmer (or user, if you modified that example being able to support inputting command line) to set a com port number, it is not con…
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…
According to this stack overflow thread, PJ Naughter has implemented 9 methods to emunerate com port in Windows. That code was namedEnumSerialPorts.      As my using, I found some method would list non-existed com ports. for example: My computer com…
How to Create a Bootable UEFI USB Flash Drive for Installing Windows 7, Windows 8, or Windows 8.1 Information This tutorial will show you how to create a Windows 7 or Windows 8 or 8.1 installation bootable USB flash drive for UEFIfrom either a Window…
首先安装包含 lsusb 命令的 usbutils, emerge -v usbutils. 使用 lsusb后,可以查看到 ch340 的信息: Bus 001 Device 004: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter 然后在内核中开启 USB-ACM, 位置在 Device Drivers -> USB support (USB_SUPPORT [=y]) -> Support for Host-side…
/******************************************************************** * usb serial for android * 说明: * Android手机的OTG口,可以用来做网卡,现在发现其可以直接作为 * USB转串口的工具口,在本人的红米手机上测试是可行,说明这手机上是有 * 相关的驱动,在左栋的手机因为没有相关驱动所以不行,其实这个功能很多 * 时候可以用来做设备维护时的调试使用. * * 2016-9-18 深圳 南…
Install driver for USB-UART bridge converter on Linux Ubuntu12.04 Ubuntu下USB转串口芯片驱动程序安装,支持cp210x,pl2303等   Reference: Fixing the cp210x open - Unable to enable UART Error   When you plugin your USB-UART converter, and run "> ls /dev/tty*", if…
在整个Port的过程中遇到的问题总结例如以下 1.一定要使用最新版本号的cocos2dx,原因大家看一下changelog就知道了,近期的cocos2dx版本号都是在修windows phone上的bug,所以为了避免少出问题,还是直接升级到最新版本号吧 2.假设你使用的是cocos2dx + lua方式,眼下的project-creator并不支持lua版本号的windows phone平台,可是cpp版本号是支持的,因此我们能够在cpp版本号的基础上把libcocoslua以及liblua两…
test test Table of Contents 1. Serial UDF on Windows OS 1 Serial UDF on Windows OS Note: Udf has to be compiled, can’t be interpolated Steps: launch Fluent from the Command Line For ansys 16.x, launch Fluent from the Command Line using the VS2015 x86…
1. 查找PID netstat -ano | findstr :yourPortNumber 2. kill进程 taskkill /PID typeyourPIDhere /F…