ON 20020403@1:50:28 PM at page: http://www.piclist.org/techref/power.htm JMN-EFP-786 James Newton edited the page553 Null recipient not accepted ON 20020403@1:52:00 PM at page: http://www.piclist.org/techref/power.htm JMN-EFP-786 James Newton edited the page553 Null recipient not accepted ON 20020408@3:47:24 PM at page: http://www.piclist.com/techref/ixtiphlp.htm JMN-EFP-786 James Newton edited the page553 Null recipient not accepted ON 20020408@3:54:44 PM at page: http://www.piclist.com/techref/ixtiphlp.htm JMN-EFP-786 James Newton edited the page553 Null recipient not accepted ON 20020408@3:56:19 PM at page: http://www.piclist.com/techref/ixtiphlp.htm JMN-EFP-786 James Newton edited the page553 Null recipient not accepted ON 20020408@3:57:12 PM at page: http://www.piclist.com/techref/ixtiphlp.htm JMN-EFP-786 James Newton edited the page553 Null recipient not accepted ON 20020411@12:24:33 AM at page: http://www.piclist.com/techref/index.htm sallad-mail-twr_ac_za added 'Questions: when i include the lcd.h and lcd.c files supplied by hi-tech in the samples directory in my source code, as well as the delay.h and delay.c routines i get a compile error that says : C:\WINNT\TEMP\$$020943.000: 390: Multiply defined symbol _lcd_init$_dcnt (error) if i use another delay.c file i have downloaded from the internet everything works fine. What can be the problem. Salla Delport' ON 20020414@5:16:06 AM at page: http://www.sxlist.com/techref/lcds.htm YB-hotmail-454 Yair Ben Ari added 'Questions: hi, I am writing function on the T6963C to write fonts with something like 9x16 size (the point is that it should be bigger then the original fonts that comes with the LCD.) but there is a problem the display proccess takes a lot of time, is there a way to write a double buffer or something like that to nake this proccess faster? Yair'553 Null recipient not accepted ON 20020417@9:22:06 AM at page: http://www.piclist.com/techref/electips.htm DAV-MP-E62a David A Cary added 'Questions: http://www.piclist.com/techref/microchip/icdlvrb3.htm Do PIC-specific hardware gotchas like this go here ? Or is there a list somewhere else I'm missing ?' ON 20020417@2:02:11 PM at page: http://www.piclist.com/techref/methods.htm JMN-EFP-786 James Newton edited the page ON 20020417@2:04:07 PM at page: http://www.piclist.com/techref/methods.htm JMN-EFP-786 James Newton edited the page ON 20020417@3:35:04 PM at page: http://www.piclist.com/techref/electips.htm JMN-EFP-786 James Newton edited the page ON 20020417@3:38:58 PM at page: http://www.piclist.com/techref/electips.htm JMN-EFP-786 James Newton edited the page ON 20020417@3:40:14 PM at page: http://www.piclist.com/techref/electips.htm JMN-EFP-786 James Newton edited the page ON 20020417@5:32:18 PM at page: http://www.piclist.com/techref/methods.htm JMN-EFP-786 James Newton edited the page ON 20020418@7:45:32 AM at page: http://www.piclist.com/techref/methods.htm DAV-MP-E62a David A Cary edited the page ON 20020418@8:07:55 AM at page: http://www.piclist.com/techref/methods.htm DAV-MP-E62a David A Cary edited the page ON 20020418@8:14:55 AM at page: http://www.piclist.com/techref/methods.htm DAV-MP-E62a David A Cary edited the page ON 20020418@8:24:51 AM at page: http://www.piclist.com/techref/methods.htm DAV-MP-E62a David A Cary edited the page ON 20020418@8:46:33 AM at page: http://www.piclist.com/techref/methods.htm DAV-MP-E62a David A Cary edited the page ON 20020418@10:10:27 AM at page: http://www.piclist.com/techref/index.htm rl-hotmail-240 ric lim added 'Questions: hi i'm a student in a polytechnic in singapore and i have a final year > project to be completed in 90days.. with exams coming very soon..and i still > can get an idea how to do it. > my project is just a temperature ventilation system. it sense the > temperature n at a certain degree set by user the ventilation will on. > i intended to use lm56 as my temperature sensor n ventilation worker but > school dosent offer surfave mounting. so i have to change to lm35 and using > a pic controller pic16f877 to on the fan and display the values on 2 > 7-segment led. and i do not know how to use a pic. currently i know a look > up table is needed but i do not know where or how to obtain it can u pls > kindly advise and help me out.. pls... > be waiting for ur reply asap thanks ' ON 20020422@12:31:32 PM at page: http://www.piclist.com/techref/index.htm prt-hotmail-050 po rre ta added 'Questions: How to transform a sine wave with MAX038, from a square pulse (fixed frequency), not by DAC, generated by PIC.' ON 20020423@4:50:22 AM at page: http://www.piclist.com/techref/index.htm AR-Nest-284 Achyuthan R added 'Questions: I am using a PIC16f87x microcontroller and i program from MPLAB using assembly codes. I am facing difficulty with configuring and interfacing the MSSP modulefor Master (receive /transmit)I2C serial communications.A beginner, I have followed the guidelines in their AN735 appln note and PIC16f87x datasheet. I need to communicate with other PICs but for a start I am trying to write data to a serial EEPROM. I get the interrupt after SEN bit set and I can write the control byte to EEPROM. But I cant see the serial clock even and data write is not successful.I have configured the following correctly 1. SSPADD : writes a value for 10 MHz clock and 100 KBpS data rate 2. sets SSPCONvalue to "3E"h 3. have followed the steps they give in their datasheet. 4. are not checking for write collision or bus collision. 5. checking the acknowlege flag, ACKSTAT after each byte write and will write next byte only if it is not set. 6. write protect of EEPROM is grounded 7. control byte of eeprom is correct 8. SCL and SDA pins of PIC are pulled up through external resistors. 9. direction of C port lines needed is correct ie as inputs 10. am setting SSPIE interrupt bit and GIE too. infact i get the interrupt after SEN bit set too. i wish to know the following. 1. is the BRG same for UART and I2C communication. 2. if i use UART for serial communication with PC aswell, will it make any problem in I2C communication? i need to use it and i have got the routines and codes for UART right already 3. any positve suggestions coming out of your experience? i would like to hear as early as possible please Achyuthan ' ON 20020423@10:18:57 AM at page: http://www.sxlist.com/techref/wirewraps.htm JMN-EFP-786 James Newton edited the page ON 20020423@10:20:36 AM at page: http://www.sxlist.com/techref/wirewraps.htm JMN-EFP-786 James Newton edited the page ON 20020423@10:26:37 AM at page: http://www.sxlist.com/techref/noise-bc.htm JMN-EFP-786 James Newton edited the page ON 20020423@9:36:08 PM at page: http://www.piclist.com/techref/index.htm AR-Nest-284 Achyuthan R added 'Questions: Hello all, I am waiting for replies from you all. ' ON 20020428@1:17:21 PM at page: http://www.sxlist.com/techref/others.htm RMO-MMo-A31 Rafaela Maria Orozco-Newton added 'Says http://www.sxlist.com/techref/other/aspergers.htm Aspergers' ON 20020429@6:04:43 PM at page: http://www.piclist.com/techref/ixtiphlp.htm JMN-EFP-786 James Newton added 'delete '