> Van: alan > Aan: PICLIST@MITVMA.MIT.EDU > Onderwerp: 16c74 to PC via modem > Datum: donderdag 25 juni 1998 3:45 > > Hi folks, > Does anyone know how to get the 16c74 dial a modem and link to a PC > remotely? Is there a terminal emulation routine for the PIC available? > Thank you. > > Best Regards > Alan Ang 1) You will havce to convert the PIC's RS232 signals (Gnd & +5 Volts, inverted !) to true RS232 (+/- 3 to 15 volts). You could use a MAX232 for this purpose. 2) A terminal emulation program for a PIC ? I did not know it had a screen & keyboard :-) See your MODEM reference booklet for commands to send & responses to expect (you can instruct the modem to generate full text responses, or numbers only). Try sending a 'ATZ' to your modem. normally it will respond with 'OK'. Greetz, Rudy Wieser