plz give some information reg which PIC micro controller IC is best suet for WiFi interfacing.. in a small scale applan...?
PIC16F505 and you can see that Keil support it as well as any other PIC processor.
thanks a lot for ur replay...
in PIC16F505 which all interfacing is possible..?
if am using a SPI interfacing.. can this ic support it..?
Why don't you check the user manual?!?!?! If I told you "YES", would you design your PCB based on it?!!?!?
Nearly any chip will do SPI. For you bitbanging would be a suitable waste of time.
Many processors have so bad SPI that it doesn't make much difference if bit-banging or using hardware when being the master. But bit-banging the slave is a big mistake. Hard to do when not in control of the timing.