Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

UART problem.... - UART and the digital IO

Status
Not open for further replies.

evios

Junior Member level 1
Joined
Nov 26, 2008
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,420
UART problem....

Hi, I am now using PIC16F88 which has hardware UART for my project. Previously the asm code is written such that to display the reading to a 16x2 LCD. But now i need to have these data input to another RF module. The RF module has 2 pins for UART data IN and OUT. Beside, it also has 4 pins for analog input/digital IO. I knew UART routine is needed to use the UART input but I might want to ask how if i connect it to the digital IO? Is UART needed for it? Whats the difference between UART and the digital IO?

ASM code here:
http://www.geocities.com/evios_wilber/wattmeter.asm

LCD include file here:
http://www.geocities.com/evios_wilber/lcd.asm

The module pins:
3284997354_b53ab7c227_o.png


Thanks
 

Re: UART problem....

This looks like quite a verstile module.
You would still connect to it using the uart pins, looks like you can configure it using the uart.
It also offers a pwm output, Analog to digital channels and general purpose digital I/O lines.
There is only one answer to your question. You have to get the data sheet for the module and study it to see what it can do.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top