cutecom-code-30-trunk

所属分类:其他
开发工具:C/C++
文件大小:26KB
下载次数:1
上传日期:2018-05-30 10:21:42
上 传 者ipedo
说明:  串口通讯工具cutecom源码,用于串口通讯
(cutecom source, serial communication tool)

文件列表:
cutecom-code-30-trunk (0, 2018-05-30)
cutecom-code-30-trunk\cutecom (0, 2018-05-30)
cutecom-code-30-trunk\cutecom\qcppdialogimpl.h (3020, 2009-06-26)
cutecom-code-30-trunk\cutecom\Changelog (3564, 2009-06-27)
cutecom-code-30-trunk\cutecom\TODO (275, 2008-03-12)
cutecom-code-30-trunk\cutecom\cutecom.1 (1598, 2006-11-26)
cutecom-code-30-trunk\cutecom\CMakeLists.txt (1833, 2010-04-17)
cutecom-code-30-trunk\cutecom\cutecom.desktop (201, 2006-11-26)
cutecom-code-30-trunk\cutecom\cutecommdlg.ui (18101, 2009-06-26)
cutecom-code-30-trunk\cutecom\main.cpp (1094, 2008-07-07)
cutecom-code-30-trunk\cutecom\qcppdialogimpl.cpp (36649, 2009-06-26)
cutecom-code-30-trunk\cutecom\configure (311, 2008-03-13)
cutecom-code-30-trunk\cutecom\COPYING (17998, 2006-11-26)

CuteCom 0.22.0, June 27th, 2009 CuteCom is a graphical serial terminal, similar to minicom. It is aimed mainly at hardware developers or other people who need a terminal to talk to their devices. It is free software and distributed under the GNU General Public License Version 2, which can find in the file COPYING. It is written using the Qt library by Trolltech (www.trolltech.com), at least version 4.1.0 is required. CuteCom doesn't use the autotools (autoconf, automake, libtool, etc.) but CMake (http://www.cmake.org), you need at least version 2.4.3. Enter the source directory and run "cmake ." followed by make and make install and you're done. To make sure it can find Qt4, set the PATH so that qmake from Qt4 is in the PATH (and comes before qmake from Qt3 in the PATH), e.g.: export PATH=/opt/qt4/bin:$PATH; cmake . If you are using CMake >= 2.6.0, adjust the CMAKE_PREFIX_PATH environment variable instead of PATH to help CMake finding Qt4, e.g.: export CMAKE_PREFIX_PATH=/opt/qt4; cmake . To uninstall cutecom simply delete the file "cutecom" and the file "cutecom.desktop" amd your done. The config file is ~/.config/CuteCom/CuteCom.conf. Currently it is known to run on Linux, FreeBSD and Mac OS X, and porting to other systems should be easy. Everything platformspecific should be in QCPPDialogImpl::setNewOptions(). Distributions welcome :-) Now that it uses Qt4 it should also be portable to Windows. CuteCom is heavily inspired by Bray++ for Windows (http://bray.velenje.cx/avr/terminal/) Homepage: http://cutecom.sourceforge.net Alexander Neundorf

近期下载者

相关文件


收藏者