Powering Nano From Serial Pin?

Hi,

I have some code the will run on a Nano (atmega328p). It's communication is via DB9 serial from a PC. Is there a pin on the serial port that is always high where I can make it power the Nano and the serial chip needed. This would therefore remove the need for external power, making it a plug and play device.

no there isn't. Check the Nano power needs; it's not the sort of current a signal line would provide.
C

Is there a reason why you don't use USB? That would make it plug-and-play (if the correct driver is installed on the PC)?

OK Thanks all.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.