CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Second UART needed on 877

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
jporthosue
Guest







Second UART needed on 877
PostPosted: Fri Aug 08, 2003 12:33 pm     Reply with quote

Does anyone know of an I2C UART I can use to implmement a second UART. My throughput is too heavy to use a software UART.
___________________________
This message was ported from CCS's old forum
Original Post ID: 144516834
kender_a
Guest







Re: Second UART needed on 877
PostPosted: Fri Aug 08, 2003 12:41 pm     Reply with quote

I was looking for an I2C UART too. Such thing does not exist. But here are the two other options.

1. MAX3100 - SPI UART
2. PIC16F818 - it can be an I2C slave, and it has an internal UART. So it can act as an I2C UART (and may be do some other useful things).

Good luck,
Nick
___________________________
This message was ported from CCS's old forum
Original Post ID: 144516836
Neutone



Joined: 08 Sep 2003
Posts: 839
Location: Houston

View user's profile Send private message

Re: Second UART needed on 877
PostPosted: Fri Aug 08, 2003 12:42 pm     Reply with quote

:=Does anyone know of an I2C UART I can use to implmement a second UART. My throughput is too heavy to use a software UART.

It has been a while since I have done I2C but I think that performing software bit shifting on a pin can be interupted to service a hardware interupt(uart) and still resume the I2C communications without a fault. The bit time while servicing an interupt would be long but that should still work. Also depending on the speed supported by the slave device a software solution could be faster.
___________________________
This message was ported from CCS's old forum
Original Post ID: 144516838
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group