hi all
i recieve values in the following form from a device
=123456
i want to store the 3 decimal values after the "=" character
i can't figure out a way to do this
i used this line but it only stores one values and i don't know if it store it as decimal or not, what should the # do to the values ?
the line i used
SERIN RX,T2400,["="],SER1
when i tried to store two values it didn't give me anything !
SERIN RX,T2400,["="],SER1,SER2
can u help me plz
urgent !
Bookmarks