mm, let me explain where i'm at...
i will build a gold pic card reader and writer using PIC16F877.
it means the gold wafer card doesn't connect to PC
i know about the configuration of the gold wafer, which is like figure below
there is vcc, mclr, rb7 (serial programming clock), rb7(serial programming data), and ground.
if i write the gold wafer card from PC, i use phoenix / smarthouse programmer (the circuit was posted before). i can write the gold wafer card as like as write an usual PIC. it means i may write it in assembly language, right? (please answer..)
then,
i want my PIC16F877 to read and write the gold wafer card. Look at the configuration pin of gold wafer card, there's only rb6 (sclk), rb7(sda), vcc, gnd, and mclr. if there're a TX and RX pin, i can communicate via USART. but there are not. I think, i communicate with gold wafer card using rb6 and rb7 pin only. here, i don't know how.
i need some help about the code or any theory. (i hope the code
)
1. about the code that i write to gold wafer card from PC
2. about the code that i write ti my PIC16F877 (that use to read an write the gold card)
any idea?
i hope y'all understand about i explained above. (sorry, my English is bad)