Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Rayneobid; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,800

    Re: SEROUT on a 16F1947

    Ok, I have it working.
    Thank you for pointing me in the right direction about the compiler not working well with the 1947 chip yet.

    Here is what I did to make it work:
    (I only need to send one...
  2. Replies
    4
    Views
    3,800

    Re: SEROUT on a 16F1947

    Thanks for looking at it!
    I've tried a few more things, ending with:

    Include "modedefs.bas"

    ANSELF = 0 'Set PortF to digital
    TRISF = 0 'PortF = outputs
    ADCON0 = 0 'Turn off A/D

    Low...
  3. Replies
    4
    Views
    3,800

    SEROUT on a 16F1947

    Hello,
    I hope someone can help me with a basic problem.
    Using a 16F1947 and trying to get SEROUT to work.

    This started as a product board upgrade from a 16F77 to a 16F1947
    All else works, but I...
Results 1 to 3 of 3