Max cable length?


Closed Thread
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187

    Default

    Thank you for your help.
    I have now ordered this display http://www.sparkfun.com/commerce/pro...oducts_id=9568 and will come back whit some feedback when I have make some tests.

  2. #2
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187

    Default

    I just tried whit 9600 baud on a 11 meters shielded cable and it seems work well so far
    I have no MAX232 on the sender side, I just connect the RX direct to PORTC.6

  3. #3
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187

    Thumbs up

    Update:
    9600 Baud and a 15 meter long cat5 cable and it still working whit this code and TTL level signals direct from the PIC.

    Code:
    start:
    SEROUT2 lcdtx,84,[254,1]
    SEROUT2 lcdtx,84,[254,line1,dec counter," ROW1"]
    SEROUT2 lcdtx,84,[254,line2,dec counter," ROW2"]
    SEROUT2 lcdtx,84,[254,line3,dec counter," ROW3"]
    SEROUT2 lcdtx,84,[254,line4,dec counter," ROW4"]
    pause 500
    goto start
    counter is a long sized variable.

  4. #4
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530

    Default

    Quote Originally Posted by Fredrick View Post
    Update:
    9600 Baud and a 15 meter long cat5 cable and it still working whit this code and TTL level signals direct from the PIC.
    Thanks a lot Frederick, very interesting. This is a good MythBusters episode, at least for me! You want to try another couple speeds, like 19200 and 38,400 (if the LCD has them)? Then you will have some pretty complete info for anyone thinking the same thing!

    Walter
    Last edited by ScaleRobotics; - 2nd July 2010 at 20:46.

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