ASCII Viewer Needed


Closed Thread
Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default My requirement is different

    Hi,
    Thanks Krohtec and Luciano for your reply. I could not make my point clear.

    1. I have the complete ASCII/HEX/OCT reference
    2. I have the complete EPSON ESCP Manual

    I have grabbed some field data and saved them to a log file using my PIC18F4550s SPP feature. Now I need to parse the data or in other words understand what the control software is sending to the printer.

    No opening the data in a HEX editor does the job and I can actually find out all the non-printable characters and so on. But it is a real pain as I have to manually check every byte.

    So I was looking for some prog which would let me view the underlying ASCII code of non-printable characters easily.

    My VB.net skill sucks!!! Still I am going to try write a log viewer. Actually this has been my requirement cause sometimes I would serially output some debug variable value and would not like its ASCII representation cause that kills more MCU cycles. For example say my ADC var is 215 then serial tx would be "2", "1", "5" which is at least three times the time taken to tx a single byte. Plus the overhead converting the binary value into ASCII representable value by the DEC funtion.

    So the bottomline is I need a text/binary file viewer that easily lets me peek at the ASCII value of each character.
    Regards

    Sougata

  2. #2
    Join Date
    Apr 2006
    Location
    New Hampshire USA
    Posts
    298


    Did you find this post helpful? Yes | No

    Smile Universal Viewer

    Hi sougata,

    This one says they have a free "lite" version:
    "Universal Viewer (ATViewer) is an advanced file viewer with wide range of formats supported."
    http://www.uvviewsoft.com/

    -Adam-
    Ohm it's not just a good idea... it's the LAW !

  3. #3
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    967


    Did you find this post helpful? Yes | No

    Default

    Sougata

    Have you tried the editplus editor? It is freeware and has a hex viewer built into it. I think it is at http://www.editplus.com Moreover, it makes a very good programmers editor too.


    Jerson

  4. #4
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default Checking them out

    Hi,

    Thanks Adam and Jerson I will check both of your suggestion right away and report.
    Regards

    Sougata

Similar Threads

  1. AT/PS2 Keybord - PIC Interface?
    By Kamikaze47 in forum Code Examples
    Replies: 73
    Last Post: - 9th August 2009, 16:10
  2. IDE FineLine Viewer
    By Normnet in forum PBP Extensions
    Replies: 9
    Last Post: - 23rd August 2008, 03:15
  3. SerIn2 ASCII Conversion
    By rwskinner in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 4th March 2008, 21:41
  4. ascii conversion help needed
    By muddy0409 in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 13th January 2007, 06:33
  5. Conversion of 10-bit word into ASCII
    By Barry Johnson in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 16th January 2005, 14:26

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts