EDTP Ethernet MINI PICBASIC PRO DRIVER


Closed Thread
Results 1 to 35 of 35

Hybrid View

  1. #1
    Join Date
    Mar 2005
    Location
    CROATIA
    Posts
    38


    Did you find this post helpful? Yes | No

    Default

    what means this warning messages and why ?
    my target will be 66j65...
    after compiling and flashing pic replay to ping but http don't work , why ?

    Executing: "C:\PBP\PBPW.EXE" -ampasmwin -oq -z -v -p18F67J60 "tcptester.bas"
    PICBASIC PRO(TM) Compiler 2.47, (c) 1998, 2006 microEngineering Labs, Inc.
    All Rights Reserved.
    Pass 1:
    Pass 2:
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1316: $FF000000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1317: $00FF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1374: $FFFF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1539: $FF000000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1540: $00FF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1597: $FFFF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1658: $FF000000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1659: $00FF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1686: $FF000000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1687: $00FF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1745: $FFFF0000 Numeric overflow, value truncated.
    Code Gen:
    Macro Pass:

    mpasmwin /q "C:\Documents and Settings\kreso\Desktop\mini\tcptester.ASM"
    COD Pass:
    Loaded C:\Documents and Settings\kreso\Desktop\mini\tcptester.COD.
    BUILD SUCCEEDED: Thu Jan 10 18:36:59 2008

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by ShoKre View Post

    my target will be 66j65...

    Executing: "C:\PBP\PBPW.EXE" -ampasmwin -oq -z -v -p18F67J60 "tcptester.bas"
    Something fishy there...can't quite...put my finger...on it...

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


    Did you find this post helpful? Yes | No

    Default

    should this be because it must use PBP 2.50 with Longs var?
    Steve

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

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mister_e View Post
    should this be because it must use PBP 2.50 with Longs var?
    I meant he says target is 66J65, yet compiler shows 67J60...

  5. #5
    Join Date
    Aug 2005
    Location
    Italy
    Posts
    4


    Did you find this post helpful? Yes | No

    Default HTTP/TCP port for PBP

    I Am very very interested in a HTTP/TCP port for PBP

    Thanks edtp.

  6. #6
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by lil_mark View Post
    I Am very very interested in a HTTP/TCP port for PBP

    Thanks edtp.
    Did you read the thread, the whole thread and nothing but the thread?
    I'll bet you'll find an answer somewhere up there...

  7. #7
    Join Date
    Jun 2007
    Posts
    18


    Did you find this post helpful? Yes | No

    Cool No sweat..

    Quote Originally Posted by ShoKre View Post
    what means this warning messages and why ?
    my target will be 66j65...
    after compiling and flashing pic replay to ping but http don't work , why ?

    Executing: "C:\PBP\PBPW.EXE" -ampasmwin -oq -z -v -p18F67J60 "tcptester.bas"
    PICBASIC PRO(TM) Compiler 2.47, (c) 1998, 2006 microEngineering Labs, Inc.
    All Rights Reserved.
    Pass 1:
    Pass 2:
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1316: $FF000000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1317: $00FF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1374: $FFFF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1539: $FF000000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1540: $00FF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1597: $FFFF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1658: $FF000000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1659: $00FF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1686: $FF000000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1687: $00FF0000 Numeric overflow, value truncated.
    C:\DOCUMENTS AND SETTINGS\KRESO\DESKTOP\MINI\TCPTESTER.BAS WARNING Line 1745: $FFFF0000 Numeric overflow, value truncated.
    Code Gen:
    Macro Pass:

    mpasmwin /q "C:\Documents and Settings\kreso\Desktop\mini\tcptester.ASM"
    COD Pass:
    Loaded C:\Documents and Settings\kreso\Desktop\mini\tcptester.COD.
    BUILD SUCCEEDED: Thu Jan 10 18:36:59 2008
    You must compile the code using PBPL..

    Have fun,
    Fred

  8. #8
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by edtp View Post
    You must compile the code using PBPL..
    Have fun,
    Fred
    Awwwwww......

  9. #9
    Join Date
    Mar 2005
    Location
    CROATIA
    Posts
    38


    Did you find this post helpful? Yes | No

    Talking

    huh i understean... I was missing what mins "L" after pbp....
    another thing to buy...
    can i buy only "L"

  10. #10
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by ShoKre View Post
    can i buy only "L"
    Yes you can.
    But it's the same price, so you might as well get PBPW 2.50 with it.

    $25, for legal owners. (with printed manual)
    Not too much to ask.
    <br>
    DT

  11. #11
    Join Date
    Mar 2005
    Location
    CROATIA
    Posts
    38


    Did you find this post helpful? Yes | No

    Default

    Executing: "C:\PBP\PBPL.EXE" -ampasmwin -oq -z -v -p18F66J65 "tcptester.bas"
    PICBASIC PRO(TM) Compiler 2.50La, (c) 1998, 2007 microEngineering Labs, Inc.
    All Rights Reserved.
    Pass 1:
    Pass 2:
    Code Gen:
    Macro Pass:
    mpasmwin /q "C:\Documents and Settings\kreso\Desktop\mini1\tcptester.ASM"
    COD Pass:
    Loaded C:\Documents and Settings\kreso\Desktop\mini1\tcptester.COD.
    BUILD SUCCEEDED: Sun Jan 13 01:58:03 2008


    yup...

  12. #12


    Did you find this post helpful? Yes | No

    Default

    FYI Sparkfun has some SD card controller chips on breakout boards that you could use.

    This is a Fat16/32 SD card interface that uses a serial UART or SPI interface:
    http://www.sparkfun.com/commerce/pro...oducts_id=7955

    This one is for Micro-SD cards but is not yet FAT functional, serial interface only:
    http://www.sparkfun.com/commerce/pro...oducts_id=8567

Similar Threads

  1. Conversion from picbasic pro to hex for mplab
    By pr2don in forum Forum Requests
    Replies: 5
    Last Post: - 10th October 2010, 19:53
  2. picbasic pro and mplab IDE
    By soelinnhtet in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 1st March 2010, 08:57
  3. How to configure SPI in PICBASIC PRO?
    By moogle in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 15th April 2007, 18:31
  4. Question for all that use MELABS PICBASIC PRO
    By oskuro in forum Off Topic
    Replies: 2
    Last Post: - 24th March 2005, 17:15
  5. PicBasic Pro & PicBasic syntax different
    By Billyc in forum General
    Replies: 5
    Last Post: - 16th April 2004, 21:19

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