地面站终端 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.
Jessica 1075997813 Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries. 13 years ago
..
qserialportunittest Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries. 13 years ago
README Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries. 13 years ago
TestPlan Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries. 13 years ago
checkall Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries. 13 years ago
serport Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries. 13 years ago
unittest.pri Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries. 13 years ago
unittest.pro Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries. 13 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.