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

OT: Modem Interfacing to PIC

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



Joined: 27 Oct 2003
Posts: 12

View user's profile Send private message

OT: Modem Interfacing to PIC
PostPosted: Tue Sep 19, 2006 8:14 pm     Reply with quote

I like to interface an external 56K modem to PIC, with minimum I/O and wire connection, beside TX,RX, GND, what other signal (RTS,DSR & etc) must be connect for it to work correctly ?

I know one signal must have (DTR?) to wake up the modem? But I can't remember which ....
Ttelmah
Guest







PostPosted: Wed Sep 20, 2006 2:30 am     Reply with quote

Just loop DSR back to DTR at the modem's plug, and CTS to RTS. If you want to drive data into the modem faster than it can send it across the link, then you will need to monitor the CTR connection, to 'know' when the modem is signalling that it's buffer is full. Similarly, if the link from the modem to you, is potentially faster than you can handle the data, then you will need to break the CTS-RTS connection, and actually generate a 'RTS' signal, to control the data flow.

Best Wishes
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