Ok, I'm trying to read the CPU Serial number (RPI) with this code but keep getting "Invalid Argument" when it trys to perform the ReadList. I've tried all the "reads" and get the same thing.
This code works fine reading the CPU Temp.
Any ideas/suggestions would be greatfully appreciated !
Gary M
B4X:
sub ReadCPUInfo As String
Dim list1 As List
list1 = File.ReadList("/proc", "cpuinfo")
End Sub
This code works fine reading the CPU Temp.
Any ideas/suggestions would be greatfully appreciated !
Gary M