Im using an rc time program on my BS2 changing it with a POT. The value changes and shows numbers, The pink recieves it, But displays odd charcters and not the number i need it to be a number. How can I make it be a number only?
You'll need to convert your raw number stored in nbval to ascii text for display (http://www.manpagez.com/man/7/ascii/). In C you'd use printf, itoa, or stringstream. No idea what you got going with basic, but I'm sure there's an equivalent.
Well basically im trying to use a thermistor for temperature reading, have a potentiometer conected now, until I get a thermistor. just trying to get the code to work.
"nbval" what is that
I didnt see it in Variable table.