I would like to play with an older GPS unit that has a serial interface. I am using XP and Dev-C++. I have some console based experience in C, but no windows experience to speak of. To remedy that, I would like to write a windows app that will simply monitor the output of the GPS, and send commands to the GPS interactively from a text box.
My questions:
Is Dev-C++ suitable to the task?
Is the "win32" library used, or is there a specific library to use to specify a com port?
In either case, is there a good reference (preferably free) for the proper library?
Thanks,
David
My questions:
Is Dev-C++ suitable to the task?
Is the "win32" library used, or is there a specific library to use to specify a com port?
In either case, is there a good reference (preferably free) for the proper library?
Thanks,
David
Comment