RS232 with 16F628 problem


Results 1 to 8 of 8

Threaded View

  1. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    code example for your PIC
    Code:
    RCSTA=$90
    TXSTA=$24
    SPBRG=129 '9600 bauds @20MHZ use the according for your crystal
    
    Start:
        HSEROUT["HELLO",13,10]
        PAUSE 500
        GOTO START
    i've attach the VB stuff
    Attached Files Attached Files
    Last edited by mister_e; - 5th June 2005 at 12:02.
    Steve

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

Similar Threads

  1. Strange problem with Serin/Serout on 16F628
    By Atom058 in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 22nd August 2008, 00:16
  2. Replies: 3
    Last Post: - 12th February 2007, 18:32
  3. Wavecom with 16F628 communication problem
    By ericbeaugiuet in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd June 2006, 11:05
  4. 16F628 problem
    By Brown in forum mel PIC BASIC
    Replies: 1
    Last Post: - 6th May 2005, 19:56
  5. 16F628 on-chip eeprom problem
    By atomski in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 4th March 2004, 07:43

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