trigger Posted October 18, 2004 Report Posted October 18, 2004 I am thinking of a circuit where I can give out I2C/SPI commands/data to some ICs (like 24Cxx, some RF PLL, ADC, etc) through RS232 port on my PC. That will enable me to try some command codes or build test jigs.Anyone get ideas? Quote
surajbarkale Posted October 20, 2004 Report Posted October 20, 2004 Check out the pony prog. www.lancos.com/prog.html or JDM programmer http://www.jdm.homepage.dk/newpic.htm or any other serial programmer capable of programming Serial EEPROM. Many of them post the source code so you can go through it & do whatever u want. :) Quote
trigger Posted October 21, 2004 Author Report Posted October 21, 2004 thanks Suraj,But those programmers are using parallel port instead of serial port.I also come to some parallel-to-I2C circuits, with complete source code.May be I have to use an MCU to translate the serial data to I2C/SPI.Anyway, thanks for advice.I will post something out once I got some progress. ;D Quote
IanP Posted October 23, 2004 Report Posted October 23, 2004 You can use CPU such as 87C654 or similar which have UART for RS-232 and I2C interface. In www.semiconductors.philipc.com you will find several application notes on I2C protocol (ready to go).Don't forget about RS-232 driver (MAX202 + 4x 100nF caps). ::) Quote
surajbarkale Posted October 25, 2004 Report Posted October 25, 2004 ;D WAKE UP DUDE ;DAtleast visit the sites posted. The JDM programmer uses serial port only & though Ponyprog used Parallel port in an early revision, it is using serial port now & source code for linux is available. There are multitude of programmers out there which do the programming using serial port for PIC or AVR you can use any one of them as referance. They don't use the TxD & RxD lines anyway but directly modify hardware registers to generate necessary waveforms on other pins (like DTR). Anyway if you want to use a microcontroller go for an 8 pin PIC or AVR. This is a perfect application for such a microcontroller. Quote
trigger Posted October 25, 2004 Author Report Posted October 25, 2004 Suraj,Woo...... I am a bit of awaken with your knock on my head :P ;DI am now studying those information now.... And I want to work this out as I think it will be a nice tools for development...... Trigger Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.