PDA

View Full Version : Ascii decoder



aratti
- 3rd November 2008, 14:49
Since it is very annoying to search the proper decimal or hex value for a given ascii character, then I have solved the problem with the attached very lite program written in VB. Hope it could be useful to somebody else.

Al.

Bronurstomp
- 3rd November 2008, 15:29
I am using a work computer and cannot in good concience load an untested excecutable on this system. Can someone at MeLABS run it and check it for me and let me know if it does as advertised and nothing sinister?
I greatly appreciate you providing this Al! Appologies for having to be careful and suspicious. 'Tis the times we live in :(

Darrel Taylor
- 3rd November 2008, 21:03
It appears to be safe.

Or so Norton says.

Bronurstomp
- 3rd November 2008, 21:20
That is nice. I haven't the 1st clue about VB.
Thanks aratti!:cool:

aratti
- 6th November 2008, 10:50
In this upgrade I have formatted the hex and binary so that they can be copied and pasted directly into MicroCode Studio.

Ascii code from 0 to 31 have been commented, giving the keys combination to output the code from the keyboard (useful when using hyperterminal)

Note: the application has been compiled on a virus free computer as certified by NOD32 antivirus program

Al.