I recently moved a project to a PIC18F46K22 and am getting some unexpected results when using various pins as outputs. The data sheet says: =20 - High-Current Sink/Source 25 mA/25 mA =20 I tried testing various PORTA and PORTD pins by driving a small active buzzer which draws about 7 mA. If the device is connected from the pin to VCC, it screams when the pin goes low. If I connect the device from the pin to ground (VSS) nothing happens but an LED indicates the port goes high. Of course the device polarity is adjusted for each situation. =20 I tried PORTD because ports A and C have a lot of other things going on and I wanted to make sure I just hadn't forgotten to turn off some peripheral. PORTD is about as generic as a PIC port can be. =20 The ports seem to be operating as open collector devices like some other PICs I have used. I do not see anything in the documentation to suggest thi= s kind of operation. =20 I can work with the ports as source only but this seems contrary to the dat= a sheet which explicitly says Sink/Source. =20 What am I missing here? =20 Allen --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .