Baking or buying a serial port?
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hello and thanks looking into my question. I am about to implement gps support to my embedded C++ 4.0 program, but i do not find an entry point to step into: I already know the com port is only for exclusive use, so if there is a navigation system running, the serial port is locked. Is that true? If so: How would I start to get the serial data into my program and then pipe the NMEA stream further to the navi-system? I know I could use the virtual driver from FRANSON, but I would like to avoid a third party product. Thank you very much... Martin