Re: Converting binary to decimal
Re: Converting binary to decimal
- Subject: Re: Converting binary to decimal
- From: jj <email@hidden>
- Date: Tue, 04 Jan 2005 14:03:56 +0100
> I have this eletronic circuit that senses temperature and is returning
> me a string of pulses (ones and zeros) meaning that 12 "ones" is
> 1023.75 ºC, and 12 "zeros" is 0ºC. The rest that lies in between that
> is pure maths.
Then, this should be:
BinToDec("111111111111") / 4 --> 1023.75
But not a pure bin-dec conversion ;-)
jj
--
http://www.macscripter.net/
http://www.osaxen.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden