Interfacing 16F88 to RF module


Closed Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Posts
    3


    Did you find this post helpful? Yes | No

    Default

    Well, i found a part here:

    Code:
    ;                    Display Watts on LCD
    ;
    Show_Watts:
    	mov16	Watts,Number
    	call	bin2dec
    	call	ShowDec1	; display "xxxx.x"
    	movlw	'W'
    	call	Print_Char	; display 'W'
    	movlw	' '
    	call	Print_Char
    	return
    
    ;--------------------------------------------------------------------
    If this is the case, can i add UART routine here so that i can set the baud rate over the RF input?

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


    Did you find this post helpful? Yes | No

    Default

    Yes you can.
    Steve

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

Similar Threads

  1. problem with sending data using RF module
    By rano_zen06 in forum mel PIC BASIC Pro
    Replies: 51
    Last Post: - 10th April 2008, 17:08
  2. RF Module
    By shahidali55 in forum General
    Replies: 22
    Last Post: - 9th March 2007, 09:00
  3. 16F88 - AD converter module always "ON"
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th September 2006, 12:11
  4. Rf module
    By tangray in forum Adverts
    Replies: 0
    Last Post: - 7th August 2006, 07:14
  5. Interfacting RF Module
    By rastan in forum General
    Replies: 8
    Last Post: - 10th November 2004, 22:27

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