Dec 6, 2002 #1 lothar25 Electrical Joined Dec 3, 2002 Messages 4 Location GB i have to set registers on a chip using an I2C data line input/output. is it best to do this via a PIC or is there a less complex alternative.
i have to set registers on a chip using an I2C data line input/output. is it best to do this via a PIC or is there a less complex alternative.
Dec 6, 2002 #2 nbucska Electrical Joined Jun 1, 2000 Messages 2,191 Location US Simplest is to use the parallel port of your PC and under DOS program it in GW-TURBO,etc-BASIC. <nbucska@pcperipherals.com> Upvote 0 Downvote
Simplest is to use the parallel port of your PC and under DOS program it in GW-TURBO,etc-BASIC. <nbucska@pcperipherals.com>
Dec 6, 2002 1 #3 cbarn24050 Industrial Joined Jan 20, 2002 Messages 709 Location GB Hi, you can do it with a pic. Microchip application note AN515 has the code. Upvote 0 Downvote