using 16F877 microcontroller with USB flash memory

Thread Starter

speed1

Joined Mar 9, 2012
16
Hi guys,
hope it's nice weekend for all.

I'm working in my project it's about "LCD network cable tester", but I want to add a usb port to be able to connect a flash memory and save the test result in a excel format (.xlsx) or .txt

is there any idea or info can help ?!
thank you very much for all your support and help I learned a lot :D
 

t06afre

Joined May 11, 2009
5,934
Your PIC do not have a USB master port. So that is not an easy task. Is this nice to have or need to have in your project?
 

Thread Starter

speed1

Joined Mar 9, 2012
16
Your PIC do not have a USB master port. So that is not an easy task. Is this nice to have or need to have in your project?
it's nice and added feature but not required.
IS there any idea or advise to add this feature? OR I have to use another PIC
 

t06afre

Joined May 11, 2009
5,934
Thank you CVMichael I'm reading the datasheet for it to know how can i use it.
thank you again brother.
But for in order to write a USB memory stick. You must have a PIC that can work as USB master. That will not the latter 18F chip be able to do. As it is only a slave type USB
 
Top