serial port data decoding

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • furqi
    New Member
    • Dec 2009
    • 21

    serial port data decoding

    hey every body

    My name is furqan ahmed i am new in serial communication using c sharp.I am using a serial port through which i am getting data to the hyper terminal.The output is as follows

    D1U120125000000 0085865000000S0 041004170011300 342008202027100 330004041020000 041007590000800 002000310047400 10500097002250

    can any body help me decoding this data into its meaning full form.I shall be very thankfull to you.waiting for reply
    Regards
    furqa ahmed
  • Joseph Martell
    Recognized Expert New Member
    • Jan 2010
    • 198

    #2
    Serial communication is a rather large topic. A lot of devices were produced with a wide variety of implementations of the RS-232 standard that your computer is using. It can be as simple as raw data being transmitted that is only useful if you know the order things are transmitted in. It can also be as complex as having a full communication standard built on top of it like MODBUS.

    We need a little bit more information if we are to be helpful. Where is this data coming from? What type of device is it and what type of data are you expecting/hoping to find?

    Comment

    Working...