I don't think either QProcess nor system() understand shell syntax like ">", they simply execute a single program.

Have you tried using "dd" with "if=file_to_send of=/dev/ttyUSB0"?

Cheers,
_