NEO M8N USB to Arduino

Hi everyone,
I purchased GPS module based on NEO M8N from local market. it has two communication interfaces as simple RX TX and USB (mini USB) output. USB port is fully functioning and give all NMEA data and can be configure through u center software. But in RX TX giving only six basic NMEA (GGA, GLL, GSA, GSV, RMC, VTG). So, my problem is how to connect USB out to Arduino(NANO) board. because all of PUBX and additional NMEA data is giving through USB only. I don't know why that happening, most probably module can be fake version.
e5a9a29a69922a3f21ab55543c59b600

How can I connect USB output to Arduino to further analysis. Arduino haven't USB input. So, I need your comments to do this.
Thank You.

You shouldn't do that. It might be possible by the USB Host Shield but that depends on the USB adapter chips of the NEO M8N, it must have a corresponding driver int eh USB Host Shield software. I almost cannot believe that the UART interface doesn't provide the same information you get on the USB interface. Maybe you just have to activate that somehow. As you failed to provide links to the hardware you're using I'm not able to check that.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.