Ok, the project I'm currently working on requires that I communicate with a PC using a PIC. I could go the standard Max232 chip to 9-Pin Din route but one of my friends suggested using an FT232RL UART to USB chip instead. The main advantage to this would be to power the entire board off the USB power supply.However, as I understand it USB can only take 100mA from the computer before having to actively request more power which I don't have time to mess around with. So my question is this, does anybody know approximately how much current I can expect a PIC16F877A to use if I am using the UART and powering a couple of other pins to output values to something else?
Thanks in advance for any help anyone can give