Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Help QSerialPort
Forum Updated to NodeBB v4.3 + New Features

Help QSerialPort

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 526 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rika
    wrote on last edited by
    #1

    I have a question: I use 9-pin COM port, I want PC1 just send only, PC2 only receive. Therefore I connect Tx of COM1 (PC1) to Rx of COM2 (PC2). In my file.txt there is MD5 to check PC2, if the received PC2 file is match with the original file. if the file is not match, how to PC1 be aware and send it again (without the connect Tx of PC2 to Rx of PC1)

    aha_1980A 1 Reply Last reply
    0
    • R Rika

      I have a question: I use 9-pin COM port, I want PC1 just send only, PC2 only receive. Therefore I connect Tx of COM1 (PC1) to Rx of COM2 (PC2). In my file.txt there is MD5 to check PC2, if the received PC2 file is match with the original file. if the file is not match, how to PC1 be aware and send it again (without the connect Tx of PC2 to Rx of PC1)

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Rika

      Not possible if that is the only communication channel.

      The only chance you have is to generate redundancy on the transmitter side and use that redundancy to re-generate the correct data on receiver side. Satellite TV uses this mechanism, for example.

      Regards

      Qt has to stay free or it will die.

      R 1 Reply Last reply
      2
      • aha_1980A aha_1980

        @Rika

        Not possible if that is the only communication channel.

        The only chance you have is to generate redundancy on the transmitter side and use that redundancy to re-generate the correct data on receiver side. Satellite TV uses this mechanism, for example.

        Regards

        R Offline
        R Offline
        Rika
        wrote on last edited by
        #3

        Thanks for your answer.

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved