Any PIC that you would recommend to us?
We were planning to use PIC16F688 or PIC16F560. Would that be a good choice?
RTS of VDIP1 is to be connected to which pin of PIC? Any pin of the port?
Any PIC that you would recommend to us?
We were planning to use PIC16F688 or PIC16F560. Would that be a good choice?
RTS of VDIP1 is to be connected to which pin of PIC? Any pin of the port?
I think the main thing to consider (in your case) when picking a PIC is to find one that has enough code space ram and I/Os for the application. The smallest PIC I have used with the VDIP1 is a 16F88. As the project progressed I found that I was scrambling for pins. But that happens with a lot of projects.
RTS can be connected to most any pin, just consider ADC and comparators may be on the same pin and need to be shut off.RTS of VDIP1 is to be connected to which pin of PIC? Any pin of the port?
Dave
Always wear safety glasses while programming.
Should I include in the program to make PIC to send data to VDIP1 only when RTS is low? Does RTS function in such way?
For the programming part, does it work by just simply sending command through TXD to VDIP1? Any delays to be considered?
Can I have an example of PIC code to make VDIP1 perform data backup of flash drives to another flash drive? We have added an external USB port for VDIP1, but we are just having problems with the programming. We've tried many codes that we wrote ourselves but most fails..
The link given up in post#3 tells all about writing data to the VDIP1.
Do you mean for upgrading the VDIP1 firmware? Like I said before, the easy way is to have the new firmware on a flash drive. When the VDIP1 starts the firmware will be updated.For the programming part, does it work by just simply sending command through TXD to VDIP1? Any delays to be considered?
Nope, I do not have such code.Can I have an example of PIC code to make VDIP1 perform data backup of flash drives to another flash drive?
If you post your code we might be able to help you figure out what is wrong.We have added an external USB port for VDIP1, but we are just having problems with the programming. We've tried many codes that we wrote ourselves but most fails..
Dave
Always wear safety glasses while programming.
Do we have to send just the command "210D" to VDIP1 to make it fetch data automatically from host Flash drive to slave Flash drive?![]()
Last edited by sky071022; - 26th February 2009 at 11:44.
6 days left...
for what?
Dave
Always wear safety glasses while programming.
Bookmarks