Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

Discussion Groups | Piclist | Routines for 74HC595

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

Routines for 74HC595 - numero600 - May 16 14:27:19 2006

Hello to all.
I need to expand the ports of 16F876 to control a V.C.O.
They could help me, in order to design the routines of control of the=20
I.C.=20
74HC595.
Thank you very much.
Manuel=20

=20

to unsubscribe, go to http://www.yahoogroups.com and follow the instruction=
s=20

=20


(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Re: Routines for 74HC595 - Leon Heller - May 16 14:34:18 2006

----- Original Message -----=20
From: "numero600"
To:
Sent: Tuesday, May 16, 2006 7:26 PM
Subject: [piclist] Routines for 74HC595
Hello to all.
I need to expand the ports of 16F876 to control a V.C.O.
They could help me, in order to design the routines of control of the
I.C.
74HC595.

It's SPI-compatible, so you could use the SPI hardware on the PIC. It's=20
quite easy to bit-bang, as well - just follow the timing details in the dat=
a=20
sheet..

Leon
--
Leon Heller, G1HSM
l...@bulldoghome.com
http://www.geocities.com/leon_heller=20

---
[This E-mail has been scanned for viruses but it is your responsibility=20
to maintain up to date anti virus software on the device that you are
currently using to read this email. ]

=20

to unsubscribe, go to http://www.yahoogroups.com and follow the instruction=
s=20

=20


(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: Routines for 74HC595 - Hasan Arslan - May 16 20:25:03 2006


void
spi_write(unsigned char c)
{

SSPBUF = c;

while(SSPBUF != 0 )
;

STROBE = 1;
STROBE = 0;

}

----- Original Message ----
From: numero600
To: p...@yahoogroups.com
Sent: Tuesday, May 16, 2006 9:26:37 PM
Subject: [piclist] Routines for 74HC595

Hello to all.
I need to expand the ports of 16F876 to control a V.C.O.
They could help me, in order to design the routines of control of the
I.C.
74HC595.
Thank you very much.
Manuel

to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

YAHOO! GROUPS LINKS



(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )