hi ;
i’m trying to connect my pic 18F4550 to my pc via usb port. i’m trying to send data from pic to pc.
the data is 4bits to be sent in parallel, can you propose a solution to resolve this problem (why not the source code ;) ) please answer i’m really running out of time!! :S
thanks a lot!!
Well the quick and easy way is to look and use the examples that CCS has generously provided in the 'examples' folder.Starting with those, it should take maybe an hour or two to do the PIC portion.
I'm making a huge assumption that your task is to have the PIC scan 4 bits of data (parallel) and transmit them to a PC. If so , then maybe 2 hours. However if the task is to send 4 bits of data 'parallel' to the PC from the PIC using USB, that can NEVER be accomplished. USB is a serial method of data transfer, not parallel.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum