Results 1 to 1 of 1

Thread: Library QSerialDevice v 0.1.0 released

  1. #1
    Join Date
    Jan 2009
    Location
    Russia
    Posts
    309
    Thanks
    2
    Thanked 43 Times in 42 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Library QSerialDevice v 0.1.0 released

    Hi,

    QSerialDevice - a cross platform library for serial devices (ports).
    Library provides an adequate interface and created based on Qt4.
    The library comes with a GPL license.
    Is an alternative to the famous library QextSerialPort, but unlike it has:
    1. The structure of the project based on private/public classes
    2. The structure of the classes of the same class QAbstractSocket
    3. For all platforms, supports event processing cycle to monitor events from the serial device (port)
    4. Implemented reading and writing large amounts of data without loss (tested up to 4096 bytes at a time)
    5. Working with the port is in asynchronous mode
    6. Added documentation in two languages: Russian and English (doxygen)

    This version is still a test, I will be glad to any suggestions.

    The archive with the library are simple console example programs that demonstrate the writing and reading data.

    PS:
    There is also an old (lightweight) version of this library (v 0.0.3) which is similar to QextSerialPort.

    download here: http://fireforge.net/projects/qserialdevice/
    or here http://qt-apps.org/content/show.php?content=112039
    Last edited by kuzulis; 15th September 2009 at 06:55.

Similar Threads

  1. new library QSerialDevice
    By kuzulis in forum Qt Programming
    Replies: 2
    Last Post: 13th July 2009, 05:42
  2. plugin in a library
    By alisami in forum Qt Programming
    Replies: 2
    Last Post: 3rd October 2008, 17:21

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.