Results 1 to 2 of 2

Thread: SREC (Motorola S-record) file format support in QT

  1. #1
    Join Date
    Mar 2012
    Location
    India
    Posts
    5
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Question SREC (Motorola S-record) file format support in QT

    Hi,

    I want to convert XML file to SREC file using QT application. I have extensively searched but did't find anything related to srec support in QT.
    Do QT or any third party library of QT already have support for SREC file format? Or It is better to write QT application from scratch?

    Thanks,
    Pranay.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: SREC (Motorola S-record) file format support in QT

    Quote Originally Posted by Software View Post
    I want to convert XML file to SREC file using QT application.
    Qt has facility for reading XML files, e.g QXmlSimpleReader or QDomDocument
    An S-rec file is just a text file and Qt, or just plain C++, is quite capable of reading or writing text. See QFile, QTextStream (and QByteArray because you probably want to manipulate data as a bunch of bytes at some point)

Similar Threads

  1. Replies: 5
    Last Post: 1st June 2011, 08:28
  2. How to record voice in raw format ?
    By Aladin in forum General Programming
    Replies: 1
    Last Post: 31st March 2011, 16:38
  3. SVG format - filter support
    By Tomasz in forum Newbie
    Replies: 0
    Last Post: 27th October 2010, 13:51
  4. Support for .rtf format in QTextDocument or QTextEdit?
    By LynneV in forum Qt Programming
    Replies: 1
    Last Post: 13th September 2010, 23:01
  5. QImageIOPlugin, support for new image format.
    By suneel1310 in forum Qt Programming
    Replies: 12
    Last Post: 6th March 2009, 10: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.