Hello, I'm new to working with Armbian and Linux in general, but I have a HiLetgo VK172 G-Mouse USB GPS/GLONASS USB GPS receiver connected to my Orange Pi PC. When I open it with MINICOM, I get a response, but it doesn't give me the coordinates:
 
	$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30 
	$GPGSV,1,1,01,27,,,22*7D 
	L,,,,,203410.00,V,N*4E 
	$GPRMC,203411.00,V,,,,,,,031223,,,N*79 
	$GPVTG,,,,,,,,,N*30 
	$GPGGA,203411.00,,,,,0,00,99.99,,,,,,*63 
	... 
	 
	But I want to open it for serial communication in /dev/ttyACM0. Thank you very much, and any help you can give me would be appreciated.