Binary needed
Moderator: Queue Moderator
-
- Posts: 34
- Joined: Tue Jan 04, 2005 10:13 pm
Binary needed
binary needed for 156.145. Anyone know? Thanks
- Andy Brinkley
- Batboard $upporter
- Posts: 377
- Joined: Mon Sep 03, 2001 4:00 pm
- What radios do you own?: FMR80D and a Motrac with Scan
-
- Posts: 34
- Joined: Tue Jan 04, 2005 10:13 pm
Re: Binary needed
binary does do decimals. I need it as 10001001.
ALL decimals can be converted to binaries.
I need it to program a secondary frequency for a BTX-127 radio.
ALL decimals can be converted to binaries.
I need it to program a secondary frequency for a BTX-127 radio.
Re: Binary needed
BTX-127 isn't Motorola and is thus off-topic, so this thread will be locked.
Binary doesn't "do" decimals. Decimals can be represented in binary using complement (two's-complement or one's-complement) notation, among other more obscure methods. However, to express a number as binary, you have to know what format. 32-bit? Intel Unsigned Long? Big endian or little endian?
Of course, the BTX-127's DIP switches are a proprietary pattern to set a frequency. They are not a standard binary representation of a decimal number - likely, they are some form of a base frequency + some X 15KHz steps above that base. Were I the OP, I'd go to Google and enter BTX-127, which would present me with all sorts of information - the very first link holding full programming instructions including the "special" frequency table.
Binary doesn't "do" decimals. Decimals can be represented in binary using complement (two's-complement or one's-complement) notation, among other more obscure methods. However, to express a number as binary, you have to know what format. 32-bit? Intel Unsigned Long? Big endian or little endian?
Of course, the BTX-127's DIP switches are a proprietary pattern to set a frequency. They are not a standard binary representation of a decimal number - likely, they are some form of a base frequency + some X 15KHz steps above that base. Were I the OP, I'd go to Google and enter BTX-127, which would present me with all sorts of information - the very first link holding full programming instructions including the "special" frequency table.