Hello to all,
I've a simple question ( learning everyday ), about assigning variables to different format.
I'm receiving data from the serin c.3,t9600_32,b0,b1 command, example: ( b0=1 b1=F )
I'm looking to transfer b0 and b1 to b10 as one hex value with the "$" sign as show here b10=$1F
or is it simpler to convert and assign the decimal value to b10 (b10=31)
I presume this is question is all about variables and mathematics , but after looking at Picaxe manual #2 , and some others , I did not
found anything as code to get this working, also any suggestions of books about Picaxe to learn theses variables assign coding.
I've a simple question ( learning everyday ), about assigning variables to different format.
I'm receiving data from the serin c.3,t9600_32,b0,b1 command, example: ( b0=1 b1=F )
I'm looking to transfer b0 and b1 to b10 as one hex value with the "$" sign as show here b10=$1F
or is it simpler to convert and assign the decimal value to b10 (b10=31)
I presume this is question is all about variables and mathematics , but after looking at Picaxe manual #2 , and some others , I did not
found anything as code to get this working, also any suggestions of books about Picaxe to learn theses variables assign coding.
Thank's again to all in the forum.