I've been googling and found this UBLOX neo library:
https://github.com/SlashDevin/NeoGPSIt compiles using Ardunio on my TinyDuino with no errors, but fails to upload the sketch due to this error:
avrdude: ser_open(): can't open device "\\.\COM6": Access is denied.
I verified through Windows 10 DeviceManager that drivers for COM ports 5 and 6 are installed.
I also tried to upload using COM 5 generating the error:
avrdude: ser_open(): can't open device "\\.\COM5": The semaphore timeout period has expired.
Went back to google and purchased another GPS..UBLOX neo-m6. Found another article on google
for a board that looks similar to my new one:
http://www.instructables.com/id/Using-a-Hobby-Ace-Ublox-GPS-Module-Built-in-Compas/What is troubling about this article is the GPS RX/TX pins are connected through pins
8 and 9 on an Ardunio Uno, which us supposed to be "the same" as the TinyDuino which are not
the same as the pins I used based on the TinyGPS pinouts documented in my first post.
Any insights?