16f1847 hserout


Closed Thread
Results 1 to 9 of 9

Thread: 16f1847 hserout

Hybrid View

  1. #1
    Join Date
    Jan 2014
    Posts
    84


    Did you find this post helpful? Yes | No

    Default Re: 16f1847 hserout

    100% 16f1847 work at 3,3v , I worked many time.

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: 16f1847 hserout

    Fellas --

    Is there any way to simply flip a byte so that MSB becomes LSB or vice versa?
    Can't remember what the default is but I need to reverse it (or redo my *^% switches).

    Thanks.

  3. #3
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,621


    Did you find this post helpful? Yes | No

    Default Re: 16f1847 hserout

    Code:
    FOR i = 0 to 7
    Correct.0[7-i] = Mistake.0[i]
    NEXT
    or
    Code:
    Correct = Mistake REV 8

Similar Threads

  1. Micro code studio -- 16F1847
    By Michael in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 19th February 2020, 21:08
  2. Micro code studio -- 16F1847
    By Michael in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 8th February 2020, 23:01
  3. Code verification errors 16F1847
    By wjsmarine in forum mel PIC BASIC Pro
    Replies: 25
    Last Post: - 7th May 2018, 00:33
  4. Hserout
    By mazytis in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 21st May 2015, 03:10
  5. 16F1847 Usart and I2C
    By Seahound1 in forum Serial
    Replies: 6
    Last Post: - 18th December 2012, 20:41

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