08-27-2018, 08:18 AM
Hello !
This is my last step!
If I order
root@rk3288:/data/data/com.termux/files/home # ls -l /dev/ttyACM0
crw------- root root 166, 0 1970-01-01 02:00 ttyACM0
root@rk3288:/data/data/com.termux/files/home # chmod 666 /dev/ttyACM0
root@rk3288:/data/data/com.termux/files/home # ls -l /dev/ttyACM0
crw-rw-rw- root root 166, 0 1970-01-01 02:00 ttyACM0
root@rk3288:/data/data/com.termux/files/home # cat /dev/ttyACM0
$GPRMC,080914.00,A,4427.18621,N,02612.68530,E,0.381,,270818,,,A*7C
$GPVTG,,T,,M,0.381,N,0.706,K,A*28
$GPGGA,080914.00,4427.18621,N,02612.68530,E,1,06,1.22,82.4,M,34.8,M,,*68
$GPGSA,A,3,25,26,16,21,29,05,,,,,,,2.32,1.22,1.97*06
$GPTXT,01,01,01,NMEA unknown msg*58
$GPGSV,3,1,10,04,71,278,28,05,20,046,25,16,30,313,15,20,20,176,*7C
$GPGSV,3,2,10,21,72,232,21,25,23,151,11,26,56,295,28,27,02,283,*71
$GPGSV,3,3,10,29,52,075,28,31,22,233,*7C
$GPGLL,4427.18621,N,02612.68530,E,080914.00,A,A*6B
$GPTXT,01,01,02,u-blox ag - www.u-blox.com*50
$GPTXT,01,01,02,HW UBX-G70xx 00070000 *77
$GPTXT,01,01,02,ROM CORE 1.00 (59842) Jun 27 2012 17:43:52*59
$GPTXT,01,01,02,PROTVER 14.00*1E
$GPTXT,01,01,02,ANTSUPERV=AC SD PDoS SR*20
$GPTXT,01,01,02,ANTSTATUS=OK*3B
$GPTXT,01,01,02,LLC FFFFFFFF-FFFFFFFD-FFFFFFFF-FFFFFFFF-FFFFFFFD*2E
So, everything it's Ok and gps is working fine!
BUT, if I reboot, the permission for /dev/ttyACM0 disappear and return to
crw------- root root 166, 0 1970-01-01 02:00 ttyACM0 , and the gps is not locate me !
This is my last problem!
To give permanent permission for /dev/ttyACM0
Thank you!
This is my last step!
If I order
root@rk3288:/data/data/com.termux/files/home # ls -l /dev/ttyACM0
crw------- root root 166, 0 1970-01-01 02:00 ttyACM0
root@rk3288:/data/data/com.termux/files/home # chmod 666 /dev/ttyACM0
root@rk3288:/data/data/com.termux/files/home # ls -l /dev/ttyACM0
crw-rw-rw- root root 166, 0 1970-01-01 02:00 ttyACM0
root@rk3288:/data/data/com.termux/files/home # cat /dev/ttyACM0
$GPRMC,080914.00,A,4427.18621,N,02612.68530,E,0.381,,270818,,,A*7C
$GPVTG,,T,,M,0.381,N,0.706,K,A*28
$GPGGA,080914.00,4427.18621,N,02612.68530,E,1,06,1.22,82.4,M,34.8,M,,*68
$GPGSA,A,3,25,26,16,21,29,05,,,,,,,2.32,1.22,1.97*06
$GPTXT,01,01,01,NMEA unknown msg*58
$GPGSV,3,1,10,04,71,278,28,05,20,046,25,16,30,313,15,20,20,176,*7C
$GPGSV,3,2,10,21,72,232,21,25,23,151,11,26,56,295,28,27,02,283,*71
$GPGSV,3,3,10,29,52,075,28,31,22,233,*7C
$GPGLL,4427.18621,N,02612.68530,E,080914.00,A,A*6B
$GPTXT,01,01,02,u-blox ag - www.u-blox.com*50
$GPTXT,01,01,02,HW UBX-G70xx 00070000 *77
$GPTXT,01,01,02,ROM CORE 1.00 (59842) Jun 27 2012 17:43:52*59
$GPTXT,01,01,02,PROTVER 14.00*1E
$GPTXT,01,01,02,ANTSUPERV=AC SD PDoS SR*20
$GPTXT,01,01,02,ANTSTATUS=OK*3B
$GPTXT,01,01,02,LLC FFFFFFFF-FFFFFFFD-FFFFFFFF-FFFFFFFF-FFFFFFFD*2E
So, everything it's Ok and gps is working fine!
BUT, if I reboot, the permission for /dev/ttyACM0 disappear and return to
crw------- root root 166, 0 1970-01-01 02:00 ttyACM0 , and the gps is not locate me !
This is my last problem!
To give permanent permission for /dev/ttyACM0
Thank you!



![[-]](https://tinkerboarding.co.uk/forum/images/collapse.png)
which will define the permission to that device.
.