read signal from computer


Closed Thread
Results 1 to 2 of 2
  1. #1
    menhwa's Avatar
    menhwa Guest

    Question read signal from computer

    i'm a beginner for using PBP, so i face some technical problem.

    as i wanna to receive data from computer, is it i just need to use the command of "serin"? then do the PIC will keep detecting the data into the PIC from computer? since i cannot found the function of timer in PBP.

    hope that someone can help me...

  2. #2
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563

    Default POST your exact system design requirements

    Hi,

    If you do not elaborate your question it is very difficult to answer. The Serin command is a software driver serial TX/RX routine. So until and unless you are doing it often you may miss some data. A faster approach is to use to CTS, RTS lines on your ports by which you can control the handshaking by the PIC itself. Some PICs feature a hardware UART, which makes your life a little easier. So we need the PIC you are using and the intention of your program.

    Regards

    Sougata

Similar Threads

  1. Cleaning up code
    By Tobias in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 2nd December 2009, 07:14
  2. PBP code to read R/C signal from receiver
    By malc-c in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 28th October 2009, 21:51
  3. SEROUT WORD variable problem
    By Tobias in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 19th April 2009, 11:20
  4. PIC16F684 + LCD to use the 256bytes of EEPROM - HELP
    By xnihilo in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 7th March 2008, 14:19
  5. Changing declared variables names on the fly
    By jessey in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 16th December 2006, 06:34

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