HSERIN Error


Closed Thread
Results 1 to 2 of 2

Thread: HSERIN Error

  1. #1
    eoasap's Avatar
    eoasap Guest

    Default HSERIN Error

    PIC18F8722


    if i use this code >>

    CHARIN VAR BYTE


    for i = 0 to 15
    Hserin [CHARIN]
    lcdout CHARIN
    next i


    i get an errors (128) PBPPIC18.LIB 7697 : Missing argument(s)
    (128) PBPPIC18.LIB 7699 : Missing argument(s)

    if i comment out the HSERIN line, the error disappears.
    I've seen tons of code that use hserin this way, but as usual,
    it doesn't seem to work for me does anyone have any ideas?

    TIA!

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


    Did you find this post helpful? Yes | No

    Default

    mmm, no error here by using your code in addition to
    Code:
    i var byte
    be sure you have the latest version with the latest update installed.
    Steve

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

Similar Threads

  1. Using input from Switch to control a loop
    By MrRoboto in forum mel PIC BASIC
    Replies: 9
    Last Post: - 2nd February 2009, 05:02
  2. Loop with two motor and 2 sensors
    By MrRoboto in forum mel PIC BASIC
    Replies: 4
    Last Post: - 8th December 2008, 23:40
  3. Optimizing DIV
    By skimask in forum mel PIC BASIC Pro
    Replies: 41
    Last Post: - 22nd September 2008, 04:58
  4. pbp245 compliation error
    By Woodzy in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 25th July 2006, 05:59
  5. 16F88 Compile error
    By Toley00 in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 2nd November 2005, 00:22

Members who have read this thread : 1

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