Uart

Status
Not open for further replies.

ananth85

New Member
Hello,
Bro i am Ananth here,I need help regarding this project.I have attached together the information regarding my project. I need help regarding interfacing my UART. I am planning to use a stand alone UART chip. If I use a microcontroller with UART I will face problem in the software part as there is ADC and DAC in my project. I need to know how can a stand alone alone UART chip could be used. My supervisor has also wished that i used a stand alone UART ic to communicate.Could anyone help me on this issue.
 

Attachments

  • scan0006.gif
    80.5 KB · Views: 130
HI

Hmm, i also need both UART to communicate using RF.No way of making a UART to communicate by itself without a microcontroller. Once the data is out from encryption sending it to the the UART Tx and receiving it at Rx via RF
 
ok,as u c my attachment,a PIC would have a build in A/D converter in it so is it i can use the a/d coneverter and UART at the same time. The A/d is 8bit but the encryption needed to be done in 16 bit and UART only communicate in 8 bit. How to work this out
 
An 8 bit controller can do 16 bit things, it just does them 8 bits at a time. You should probably start with some simple programming before attempting a complex project.
 
once the data is converted from analog to digital using my pic i need to encrypt it using X-OR or or i can make the PIC to do it before send it to the UART to transmit
 
THe PIC has to do it before you send it over the UART. THe UART doesn't do anything on it's own (except blindly sending whatever information has already been placed into it's memory).
 
Last edited:
once the data is converted from analog to digital using my pic i need to encrypt it using X-OR or or i can make the PIC to do it before send it to the UART to transmit

It's all trivial to do in the PIC, no external devices required at all.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…