09-12-2013 04:52 AM
Hello,
I would like to record GPS data (NMAE) transmitted by ethernet with DASYLab 12.0. Is-it possible ? Thank you.
Best regards,
Florent
09-12-2013 09:33 AM
Attached is an example that I did with DASYLab 9 (it will open okay in 12) and a Bluetooth Garmin GPS-10. When connected, the GPS just transmits continually.
It should give you some idea what to do using the ICOMS Input module - the parsing should be almost identical.
An alternative would be to write a GPS module for V13 using the new Script function. I'll think on that -- but, it would be serial too, since I don't have an ethernet connected GPS. If the GPS comes with any kind of libraries (DLL, ActiveX, COM objects), then it would be very easy to write a Script.
09-13-2013 08:32 AM
Thank you for your answer and the DASYLab project.
I will try to convert my ethernet connection into a serial port connection RS-232 to test the first solution. I saw some converter on internet. I will come back to you if I have any problem.