Exsrtacting data


Closed Thread
Results 1 to 7 of 7

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    A this stage i use my PC to send the data to the pic via a SP232ACP chip

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


    Did you find this post helpful? Yes | No

    Default

    it works here using...
    Code:
    loop:
            'ADCIN 0,V1
            HSERIN [WAIT("^SMGL:"),SKIP 1 ,str ID\28]
            HSEROUT ["MES NO:",ID[0],10,13]
            HSEROUT ["CELL NO:",_
                    ID[17],iD[18],ID[19],ID[20],ID[21],ID[22],_
                    ID[23],ID[24],ID[25],ID[26],ID[27],10,13]
            
            goto loop
    <img SRC="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=2533&stc=1&d=120888300 3">
    Check your Config fuses setting, make sure you have HS_OSC enabled.
    Attached Images Attached Images  
    Steve

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

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Thanks got it working ,needs to remember to copy all include files next time i format my pc

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Read/Write Problem
    By Tobias in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 10th February 2010, 01:51
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

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