Re: PIC USB in and USB Out
Hi,
The main problem is to get the PIC as as a USB host for the RFid reader. There are solutions but probably you would be better off using either a newer PIC model that supports USBHOST or getting a FTDI chip to act as the host for you but having 2 USB could be difficult.
Probably the smartest and easiest way is to use a FTDI chip as host for the RFID and then the PIC usb port to connect the PIC to the PC as device.
Then you would get serial data or SPI from the FTDI chip things would be much easier.
Re: PIC USB in and USB Out
Thank you very much Jumper!!!
Is there a possibility of using a USB to RS232 and on the other side RS232 to USB converters, or isn't it that simple?