My 16F886 thread has disappeared?


Results 1 to 3 of 3

Threaded View

  1. #1

    Default My 16F886 thread has disappeared?

    I started a thread a few days ago about a 16F886 problem I was having with it running at the wrong speed and hserout being off?

    Several people replied but it has now disappeared? Any ideas?

    Peter

    PS

    Anyone see anything wrong with my defines / osccon settings? Hserout is still not running at the right speed

    #CONFIG
    __CONFIG _CONFIG1, _LVP_OFF & _FCMEN_OFF & _IESO_OFF & _BOR_OFF & _CPD_OFF & _CP_OFF & _MCLRE_OFF & _PWRTE_OFF & _WDT_OFF & _INTRC_OSC_NOCLKOUT
    __CONFIG _CONFIG2, _WRT_OFF & _BOR21V
    #ENDCONFIG

    DEFINE OSC 8 'Set PicBasic Pro processor speed to 8 Mhz
    OSCCON = %01110000 'Internal 8 mhz Osc

    DEFINE HSER_BAUD 9600 'Set Baud rate to 9600bps
    DEFINE HSER_BITS 9 'Set to 9 bit mode.
    DEFINE HSER_EVEN 1 'Set Even Parity. Even Parity set for Rxd BCM data
    DEFINE HSER_CLROERR 1 'Clear overflow error automatically
    Last edited by retepsnikrep; - 14th September 2013 at 05:33.

Similar Threads

  1. 16F886 and Voltage reference
    By retepsnikrep in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 25th August 2013, 18:15
  2. 16f886 and LCDOUT
    By BLUEBILL in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 14th April 2011, 18:51
  3. 16f886
    By Larry in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 4th November 2008, 16:57
  4. 16F886 running out of SRAM ?
    By Chris Barron in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 29th August 2008, 23:01
  5. 16f886
    By hvacrtech in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 27th May 2008, 05:06

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