Equivalences ASCII <-> Rawkey for barcodes scanner
Posted: Tue Sep 02, 2008 9:11 pm
I would like to try to understand the weird logic of Rawkey.
Why not using regular ASCII values ?
My point : Rawkey uses (apparently) a code of 5 digits for special keys and 2 or 3 digits for regular characters.
For instance 65293 for CR (carriage return).
Where I can find an equivalence table ASCII <-> Rawkey system ?
I'm using a barcode scanner with special prefix and sufix. This system uses regular ASCII (extended). For instance, I set ASCII(160) as my prefix.
So to summarize :
-I'm able to catch the rawkey codes. But my problem is after : how decode them in regular ASCII ?
Why not using regular ASCII values ?
My point : Rawkey uses (apparently) a code of 5 digits for special keys and 2 or 3 digits for regular characters.
For instance 65293 for CR (carriage return).
Where I can find an equivalence table ASCII <-> Rawkey system ?
I'm using a barcode scanner with special prefix and sufix. This system uses regular ASCII (extended). For instance, I set ASCII(160) as my prefix.
So to summarize :
-I'm able to catch the rawkey codes. But my problem is after : how decode them in regular ASCII ?