I'm trying to make a quick ATX (computer) power supply monitor, specifically to determine how much power is being used on each line. I'm mostly concerned about +3.3V & 5V, which should help keep voltages in a safer level to avoid blowing up stuff. I'm not familiar with Arduinos, but I was thinking this might be a good project to learn about Arduinos. I'm not sure if the best way to do this would be some current shunts or hall effect sensors, it looks like both would work, but current shunts will leave me with a mV-level input to the Analog Input pins, and I'm not sure if that's going to leave enough resolution to make an accurate reading. I've found some hall effect sensors that look like they'll work, but they're more expensive than I'm looking for at the moment. From a couple of hours of research, it looks like either method should be pretty easy, but I was wondering if anyone can give me advice on what may or may not have worked?
Also, I was hoping to output to an RS-232 port for simple record keeping, I'm a little confused on how the serial monitor works, or if I'd need to buy/make an RS-232 shield.
Thanks!