BS2P problem
Archiver
Posts: 46,084
Hi All,
Now i am doing my basic stamp project using BS2p to recieve and
read the data from the sensor. I am really new for programming and
also basic stamp. As well, i met the problem for recieving and
reading the data from sensor. here is my code:
data1 var byte
input 7
serin 7, 18447, [noparse][[/noparse]dec data1]
How can i do if i wanna read the data from the sensor as well?
Now i am doing my basic stamp project using BS2p to recieve and
read the data from the sensor. I am really new for programming and
also basic stamp. As well, i met the problem for recieving and
reading the data from sensor. here is my code:
data1 var byte
input 7
serin 7, 18447, [noparse][[/noparse]dec data1]
How can i do if i wanna read the data from the sensor as well?