If the eeprom writer program is expecting a raw stream of bytes on its stdin then you would be better off storing the data in a QByteArray and simply calling process.write() to send it.
If the eeprom writer program is expecting a raw stream of bytes on its stdin then you would be better off storing the data in a QByteArray and simply calling process.write() to send it.
Bookmarks