dummies guide to serin/serout by a dummie


Results 1 to 12 of 12

Threaded View

  1. #7
    Join Date
    Oct 2008
    Posts
    65


    Did you find this post helpful? Yes | No

    Smile

    hi!
    thanks for the reply.. I have this simple code that will lit the LED1,LED2 and LED3...using Pic16F682A. But I Want to control them to hyperterminal. Can you show me how to enable the RX on RB1?
    [codes]
    CMCON = 7 ' PortA = digital I/O
    VRCON = 0 ' A/D Voltage reference disabled
    TRISB = %11110000

    begin:
    high PortB.0
    pause 100
    low PortB.0
    pause 100
    high PortB.1
    pause 100
    low PortB.1
    pause 100
    high PortB.2
    pause 100
    low PortB.2
    pause 100
    goto begin
    [/codes]
    Last edited by mbox; - 9th October 2008 at 17:21.

Similar Threads

  1. USB HID Joystick for Dummies
    By Squibcakes in forum USB
    Replies: 21
    Last Post: - 2nd May 2014, 08:52

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