Search results for query: *

  1. E

    return array from called function

    Hi everyone. I am trying to read data from serial port and want to do some processing. I have defined a function which should return the received data testing_array = ReadHoldingRegisters(byte.Parse(txtSlaveAddr.Text), int.Parse(txtStartAddr.Text), int.Parse(txtLength.Text)); following is the...
  2. E

    0x13 function code in easyModbus driver file

    Hi everyone. I am developing C# based application which sends and receive data through Modbus RTU protocols. for this I am using easyModbus file which is available on website. https://sourceforge.net/projects/easymodbustcp/reviews I want to know if this driver file support 0x13 function code...
  3. E

    Resolved Perform task on timely basis

    Hello everyone. I want communication between C# Application and external device using Modbus Protocol. For that I use easymodbus library. Code is working fine. When "Read Data" button is pressed then it reads the data from device. I want to do that task on timely basis without pressing the...
  4. E

    Question No serial port in Toolbox

    Hi guys. I have a question. I want to use serial port but in the toolbox serial port is not showing. can you tell me how to add serial port in it? Thanks
  5. E

    Question Design-Time Exception Prevents Form Being Designed

    Why i am getting this error it was running fine but now it is giving this error
  6. E

    Question String value to Hex value

    Hi all. I want to do a simple task. take input from user and display its hex value in output field. for example user input this string "210H1873DF12345" The Hex value will be "32 31 30 48 31 38 37 33 44 46 31 32 33 34 35". Following are the images of my interface and values stored in "data"...
Back
Top Bottom