地面站终端 App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Goppert b0b8a94593 Added local qserial. 14 years ago
..
qserialportunittest Added local qserial. 14 years ago
README Added local qserial. 14 years ago
TestPlan Added local qserial. 14 years ago
checkall Added local qserial. 14 years ago
serport Added local qserial. 14 years ago
unittest.pri Added local qserial. 14 years ago
unittest.pro Added local qserial. 14 years ago

README

This directory holds simple unit tests for QSerialPort.

Write the serial port name into "serport" file before starting the unit test.

You can run the unit test suite by doing "make test" in this
directory.

The drivers of USB to Serial dongles do not work properly on all platforms. QSerialPort have been tested with couple different chipsets, here are the results:

o FTDI based usb dongle with official drivers on Mac OSX 10.6.4 - Not super stable. USB port crash happens occasionally.

o Prolific based usb dongle with open source drivers on Mac OSX 10.6.4 - Don't even try.

o FTDI based usb dongle on Linux Ubuntu 9.10 - Doesn't work. Tested under Fusion VM on a Mac system, not sure if VMware 3.x is causing it or not.

o FTDI based usb dongle with official drivers on Windows XP - Stable.

o Prolific based usb dongle with official drivers on Windows XP - Stable.

o FTDI based usb dongle with official drivers on Wince 5.0 - Stable.

o FTDI based usb dongle on Embedded Linux (Angstrom on ARM) - Stable.