Decimal-Hex-Binary coverter

  • Thread starter Thread starter 1Adata
  • Start date Start date
Jim said:
What the card is reporting is the number of cleared bits. Hence, you would
need 20 bits to get to 20-rides.
Jim

While Jim is correct that you will need 20 bits to get to 20-rides. The
question is will the hardware/software support that many bits?
 
Paul said:
All this to ride the bus ? :-)

http://www.rigainside.info/2009/05/public-transport-riga-how-much-and-how.html

*******

Why not buy the denomination of card to be duplicated, and just
read the number off it, and then again after each ride. That way,
you can generate a table of values.

Paul
-------------------

yes, that's right idea. However, problem is in that case we should buy the
max, 20-ride (expensive) card.
Yehh, absolutely true words about nasty Ticket Kontrollers, its very nasty.
:~))))
 
1Adata said:
is there simple standalone freeware utility to convert
decimal-hex-binary values?

0 = 0xFFFF = 1111 1111 1111 1111
1 = 0xFFFE = 1111 1111 1111 1110
2 = 0xFFFC = 1111 1111 1111 1100
3 = 0xFFF8 = 1111 1111 1111 1000
...
can no find one that preserve results exactly in this format.

Excel or Calc to name only two, can do that for you. Set one row of
data and drag-copy down as far as you want it to go. You'll have to add
inside columns to contain the "="s symbols. So could Basic, VB, PHP,
Python I think, and a host of others.

HTH,

Twayne`
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top