'To save your data
Dim m As Map
m.Initialize
m.Put("baud_rate", your_baud_rate)
m.Put("pref_communication", your_pref_comm)
m.Put("calibration",your_calibration)
File.WriteMap(File.DirInternal,"settings.dat",m)
'TO READ THE VALUES TOO
Dim myData As Map = File.ReadMap(File.DirInternal,"settings.dat")
I don't think that the user is expected to change the settings file directly.I don't think he can use keystore because the user wont be able to modify the settings outside of the app because the keystore file is internal, right?
yes Erel, there will be user activity to change settings fromI don't think that the user is expected to change the settings file directly.
yes Erel, there will be user activity to change settings from