compressed


Results 1 to 7 of 7

Thread: compressed

Threaded View

  1. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Raymond... c'est de la simple représentation binaire, décimale, hexadecimale, rien à convertir si tu désire l'afficher ou l'envoyer via communication série... cherche HEX.

    Code:
    For MyVar = 0 to 255
            HSEROUT [DEC MyVar, " = ", BIN8 MyVar, " = ", HEX MyVar,13,10]
            NEXT
    HSERIN should work to grab the data. Windows Calc in Scientific mode can help you
    Code:
    0011 1001 0100 0011 0010 0000 0011 1001 0011 1001 0010 0000         
      3    9   4     3    2    0    3    9    3    9   2     0
    Last edited by mister_e; - 15th February 2009 at 19:44.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. bytes compressed and encrypted
    By RAYMON in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 3rd March 2009, 11:24

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