Hi friends
I am doing a project related embeded systems ,where my application reads data that generated by the device that connected to my application ,
the protocol that used for developing the firm ware of the device is DNP3
the date,month,year ,hh,min,sec that generated by the device is in hexadecimal format
ex:EC5461887011 (the value generated by device in milli seconds from 1970 )
now my application should convert the above format to the datetime format in c#
can any one there for any idea or any existing function related to this
Regards
Msreddy
I am doing a project related embeded systems ,where my application reads data that generated by the device that connected to my application ,
the protocol that used for developing the firm ware of the device is DNP3
the date,month,year ,hh,min,sec that generated by the device is in hexadecimal format
ex:EC5461887011 (the value generated by device in milli seconds from 1970 )
now my application should convert the above format to the datetime format in c#
can any one there for any idea or any existing function related to this
Regards
Msreddy
Comment