Results 1 to 15 of 15

Thread: Modbus implementation

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Location
    South Africa
    Posts
    94
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Modbus implementation

    Thank you, I have figured out how the response is made up your assistance.
    Any idea on my question i.e.

    qDebug() << QString::number(block[9],16);
    qDebug() << QString::number(block[10],16);
    qDebug() << QString::number(block[11],16);
    qDebug() << QString::number(block[12],16);

    it prints out

    "3d"
    "7e"
    "ffffffffffffffbf"
    "26"

    Shaun

  2. #2
    Join Date
    Dec 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Modbus implementation

    Have got any solution to the 0xffffffbf problem?
    I am facing the same problem while reading a float data from modbus .
    If u have a solution pls tell me.

Similar Threads

  1. Modbus, QextSerialPort and QTimer
    By ^NyAw^ in forum General Programming
    Replies: 6
    Last Post: 27th October 2009, 16:14
  2. Read Sensor Temperature and Modbus Protocol
    By photovoltaico in forum General Programming
    Replies: 1
    Last Post: 7th August 2009, 08:32
  3. Correct Member Sheet Extension Implementation
    By PeeAeMKAy in forum Qt Programming
    Replies: 8
    Last Post: 17th July 2009, 15:47
  4. questions re: inline implementation, const
    By Urthas in forum Newbie
    Replies: 1
    Last Post: 2nd May 2009, 22:41
  5. Readonly Model implementation requirements for QComboBox
    By DeepDiver in forum Qt Programming
    Replies: 6
    Last Post: 8th November 2007, 17:10

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
  •  
Qt is a trademark of The Qt Company.