Tibbo Special Offer


Closed Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2003
    Location
    Cambridge - UK
    Posts
    1,046

    Default Tibbo Special Offer

    UPDATE: Orders for Tibbo placed before 31st Jan 2008 will qualify for a 10% discount form the prices on our web site. The discount will be automatically applied by us when we process the order.

    Crownhill now carry stock of the Tibbo Serial / ethernet devices. Similar to the DIGI ME product and the Lantronics X-PORT products, but lower in cost and more versatile.

    Very compact and highly integrated, the EM202 Ethernet module features built-in Ethernet magnetics, RJ45 connector, and even four status LEDs! While being a true one-component Ethernet solution, the EM202 has a board footprint just slightly bigger than that of a regular RJ45 connector.

    For more information, visit the Tibbo pages on our web site or Buy here


  2. #2
    Join Date
    Jul 2003
    Location
    Lancashire
    Posts
    50

    Default PBP examples

    Hi Lester

    Are there any PBP examples anywhere forusing this device to serially exchange data with a PIC?. I`m looking to send small txt based log files from a PIC to a server.

    Cheers Pete

  3. #3
    Join Date
    Dec 2005
    Posts
    1,073

    Default

    The simplest method uses a virtual serial port on the PC side so interfacing with it is identical to interfacing with any serial device in the same manner as with USB->serial adapters. Even if you opt for TCP/IP on the PC side, from the PIC side you still interface with it as a serial device using HSerIn/HserOut or SerIn/SerOut.

    EDIT: If you use HSerIn/HSerOut, you will need to invert the signals. I use a MAX232 to invert and convert the signals to RS232 levels.
    Last edited by dhouston; - 4th March 2008 at 17:04.

  4. #4
    Join Date
    Jul 2003
    Location
    Lancashire
    Posts
    50

    Default

    Hi David

    Thanks for the reply, I have nil experience in this area so any advice is useful. Is there a way of setting up the Tibbo to signal the PIC that there is incoming data rather than just checking for serial as the device will be busy reading an a/d converter and storing data most of the time.

    Cheers Pete

  5. #5
    Join Date
    Dec 2005
    Posts
    1,073

    Default

    Quote Originally Posted by enigma View Post
    Thanks for the reply, I have nil experience in this area so any advice is useful. Is there a way of setting up the Tibbo to signal the PIC that there is incoming data rather than just checking for serial as the device will be busy reading an a/d converter and storing data most of the time.
    We all started with nil experience. It depends a little on the PIC you will use but you can have the incoming data trigger an interrupt. However, I would probably use the hardware UART (and MAX232) and just check it periodically - there's a UART flag that tells you if a byte has been received.. Read the manual on HSerIn/HSerOut and read the Tibbo documentation (which is a bit over whelming).

Similar Threads

  1. PICKIT2 offer in the UK
    By duncan303 in forum General
    Replies: 3
    Last Post: - 16th October 2008, 21:31
  2. Special sign/letter on LCD?
    By Jcee324 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 3rd September 2008, 16:29
  3. Special Offer AC -AC adapter
    By lester in forum Adverts
    Replies: 0
    Last Post: - 9th September 2005, 07:52
  4. PIC PORT 'special' pins
    By barkerben in forum General
    Replies: 1
    Last Post: - 18th January 2005, 21:40

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