> > I need to be able to dial a phone number, connect to a computer and dump > some data. > > Simple? If so, where do I find the software/hardware to do it? Build a serial interface to an external modem. The modem will dial and connect and the PIC can then use the connection to deliver the data. Myke Predko posted this a few weeks ago... ------------------------------------------- http://www.rentron.com In this article, I discuss two different sets of macros for producing "bit banging" serial routines for the low-end and mid-range PICMicro families. ------------------------------------------- These serial routines should be sufficient for the serial interface you require. Hope this helps, BAJ