Hello All,
I am trying to develop a desktop user interface software using vb.net which will communicate with uC based inclinometer. Software will collect angular data in degree format ( w.xyz° ). Collected data will be converted into ( deg° min' sec" ) format and be kept on Access database file. Then this angular data ( deg° min' sec" ) will be shown on the line chart graph on the form by getting from Access db file.
Now, I can get data in deg format and keep on Access db file. Then I can show the data on chart on the form. But I couldn't do this process by converting data into ( dd° mm' ss" ) format. Is there any way to do this?
PS: I can re-program uC and can get data in ( dd° mm' ss" ) format if this doesn't cause a trouble with Access db file.
Thank you in advance.
Kindly,