EDTP Ethernet MINI PICBASIC PRO DRIVER


Closed Thread
Results 1 to 35 of 35

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    18

    Cool EDTP Ethernet MINI PICBASIC PRO DRIVER

    HI, All
    To anyone that is interested in the PBP Ethernet Driver for the PIC18F67J60, the code is now posted in the Download Area of www.edtp.com.

    If there's enough interest, I will do an HTTP/TCP port for PBP as well..

    Have fun,
    Fred

  2. #2
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    Nice work Fred.

    Pheew! I had a look at your C firmware first. That was one heck of a LOT of work on
    the port to PBP.

    Thanks for sharing. I'm looking forward to reading your article. Probably have to get one
    of your boards to tinker with here shortly.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  3. #3
    Join Date
    Mar 2005
    Location
    Iowa, USA
    Posts
    216


    Did you find this post helpful? Yes | No

    Default

    I'd like to echo Bruce's comments. There is certainly interest from me on the HTTP/TCP port. I get the electronic version of Nuts and Volts, so I've already read the Sept. issue. Darrel will have to get a copy to frame now that he is forever immortalized in print. Nice work!
    Wisdom is knowing what path to take next... Integrity is taking it.
    Ryan Miller

  4. #4
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    Darrel should consider writing articles for Nuts & Volts, or Circuit Cellar (preferable). Maybe a series titled Power PBP....;o}
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

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


    Did you find this post helpful? Yes | No

    Default

    Well, since I'm "immortalized" for "tricky" DIV32 routines that he couldn't figure out how to make work.

    I think I better skip the writing for magzines stuff.
    <br>
    DT

  6. #6
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default

    I would be interested in an HTTP/TCP port for PBP!

    Norm

  7. #7
    Join Date
    Jun 2007
    Posts
    18


    Did you find this post helpful? Yes | No

    Cool Nuts and Volts

    Quote Originally Posted by edtp View Post
    HI, All
    To anyone that is interested in the PBP Ethernet Driver for the PIC18F67J60, the code is now posted in the Download Area of www.edtp.com.

    If there's enough interest, I will do an HTTP/TCP port for PBP as well..

    Have fun,
    Fred
    As promised, TCP with PBPL is demystified in the December 2007 issue of Nuts and Volts!

    Have fun,
    Fred

  8. #8
    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

  9. #9
    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...

  10. #10
    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.

  11. #11
    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...

  12. #12
    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

  13. #13
    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......

  14. #14
    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"

  15. #15
    Join Date
    Mar 2006
    Location
    Pennsylvania, USA.
    Posts
    130


    Did you find this post helpful? Yes | No

    Default

    I ordered the kit, read the October and December articles, and downloaded the zip files. While I'm waiting on the postman I was wondering if anyone knows how to place a variable in the TCP code. I would like to read an 18S20 or two, and display the results after the firmware sees the GET\ from the web browser.

    Thanks,

    Jerry.
    If your oscilloscope costs more than your car...

  16. #16
    Join Date
    Apr 2008
    Posts
    3


    Did you find this post helpful? Yes | No

    Question Which program for Ethernet Mini

    I am very new on this. I bought Ethernet Mini kit and just finish it. Now I am working on 3.3 volts power supply with it. I am not sure how to run it. I understand we can connect it to the rounter. I have the dongle for it. But how do we use it? Do we connect it to person computer on telnet. Do we need some what kind of software or program that we can write small program on it. How? I am very new on this. There is free software that I can use it with it. Is there a tutorial for it? The last time I use 8085 with eprom on assembly language when I was in commuit college. Is there web page or free software that I can download and use it with Ethernet Mimi. Please contact me in person if you would like to help me with it. reidsim at gmail dot com

    Thank you,
    Reid

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