Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: N6VMO_; Keyword(s):

Search: Search took 0.00 seconds.

  1. Him Darrel, The data is stored in ASCII hex...

    Him Darrel,

    The data is stored in ASCII hex digits and are always the same length. Yes, I meant Value64. :)
  2. I give up, how do I get $3FE3586328F97ED5 AND...

    I give up, how do I get $3FE3586328F97ED5 AND $C000D1A6DD4B949E into the N-Bit Math Value32 variable?

    The above two 64 bit hex numbers reside in an array and represent latitude (34.xxxxxx) and...
  3. Thanks Norm, I will see if that thread can help...

    Thanks Norm, I will see if that thread can help me out. I should have mentioned the oscillator temp of $41E99BBE is decimal 36.25xxxxxx degs C.

    John
  4. Replies
    3
    Views
    3,881

    Hi, I am receiving ASCII data bytes anywhere...

    Hi, I am receiving ASCII data bytes anywhere from 0 to 255. The results can display any
    ASCII character and Extended ASCII character from 0 to 255. Example: 142 172 2 16....I need to
    convert...
  5. Replies
    3
    Views
    3,881

    HSERIN/OUT Dec to HEX convertion problem..

    Hello,

    My project uses a 16F627 to poll a Thunderbolt GPS Disapplined Oscillator for status via its
    RS232 port. The TBolt GPS data packets are transmitted in decimal words. Unfortuantely, this ...
  6. Thread: Using LOOKUP

    by N6VMO_
    Replies
    1
    Views
    2,066

    I just answered my own question by...READING THE...

    I just answered my own question by...READING THE BOOK!

    LOOKUP can't be used to parse arrays with a variable. ARRAYREAD works better.
  7. Replies
    7
    Views
    5,360

    OK, I will give it a try...and read a bit more...

    OK, I will give it a try...and read a bit more too.

    Thank you!

    John
  8. Replies
    7
    Views
    5,360

    ERROR Line 26: ID CURHOME2 is not a LABEL. (9600...

    ERROR Line 26: ID CURHOME2 is not a LABEL. (9600 BAUD HSERIN LOOKUP EXAMPLE rev 1.pbp)
    ERROR Line 33: Expected '['. (9600 BAUD HSERIN LOOKUP EXAMPLE rev 1.pbp)
    ERROR Line 33: Expected ']'. (9600...
  9. Replies
    7
    Views
    5,360

    Thank you. I am enjoying the site. I am using...

    Thank you. I am enjoying the site.

    I am using the 16F627.

    John
  10. Replies
    7
    Views
    5,360

    Right out of the MicroCode Studio Help: FOR...

    Right out of the MicroCode Studio Help:


    FOR B0 = 0 TO 5 ' Count from 0 to 5
    LOOKUP B0,["Hello!"],B1 ' Get character number B0 from string to variable B1
    SEROUT 0,N2400,[B1] ' Send...
  11. Thread: Using LOOKUP

    by N6VMO_
    Replies
    1
    Views
    2,066

    Using LOOKUP

    My project is to read in a string of 19 characters from a GPS's serial port using HSERIN. Then using
    LOOKUP to parse the 10th and 11th characters in the TIME string and act upon the results.

    I...
  12. Replies
    7
    Views
    5,360

    PICBASIC Pro examples will not compile????

    My programming experience is small, but I have done Z80, 6502 and 68000 assembly
    programming and Basic.

    I am just starting out using PIC BASIC Pro and I find that the examples in the PBP manual...
Results 1 to 12 of 12