capture/repeat data ? - Page 2


Closed Thread
Page 2 of 2 FirstFirst 12
Results 41 to 45 of 45
  1. #41
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898

    Default

    AND there's some chance it don't work as their internal OSC is sometime pretty poor. You may need to calibrate it AND/OR using the DEFINE OSCCAL_1K 1

    DEBUG is recommended for those nifty PIC.
    Steve

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

  2. #42
    Join Date
    Mar 2004
    Posts
    92

    Default

    Hi,
    I had tried the echo setting but nothing, I've tried every setting I can think of in H/T and still no characters show up in window.

    mister-e,I'm fairly sure I have the define already in the code.I think it's something with the H/T because no matter what I do, nothing.

    Does the tx line from the pc need to see a weak pull up or down or something before the typing will show up?

    I'm going to go see if I can find a MAX232 chip and try that.

    Thanks for your patience and help!

  3. #43
    Join Date
    Jun 2005
    Location
    Wisconsin
    Posts
    382

    Default

    Tie CTS and RTS together.

  4. #44
    Join Date
    Mar 2004
    Posts
    92

    Default

    I had to do 2 things, 1-tie cts and rts together,2-switched from my old HP laptop that I've been using for the comms and tried my newer Compaq laptop that I've been using to program PICS and for internet.

    So now it's working,finally, cts and rts tied together and communicating with a newer pc. THANK YOU!

    I do have another question, in the code where achar="A",how can I get more than one letter to work in place of "A" ? Such as something like 8A 45 A0.

    Thank you all very much,
    Sam

  5. #45
    Join Date
    Mar 2004
    Posts
    92

    Default

    Nevermind, I remembered to re read the manual.

    I did away with "Achar var byte" and achar="A"

    And added this:

    SerIn rx_pin,N9600,["8A 45 A0"]

    I think this is right,seems to work???

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Read/Write Problem
    By Tobias in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 10th February 2010, 01:51
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

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