I'm currently tinkering a semi-private sensor simulator with four channels and wanted to add a push pull driver to the output just to create a 5V output signal and also to be able to drive small loads (like 100mA) per channel.
I didn't put much thought into this and assumed using a standard L293 (NE) push-pull driver would be a good idea.
Now the prototype is working but I realized I should have read the L293 datasheet better, as the output level is more like 0.5 to 5V (also a bit below that) instead of 0 to 5V. While this is not really a big issue, I would rather have a low level closer to 0V. Besides, according to the datasheet , the "low" output voltage could be as high as 1.8V at higher currents, which would be of course too high.
Anyway, as I assume that the relatively high "low" voltage is caused by the fact that the driver uses bipolar transistors and I would assume that a push-pull driver using FETs should have a low output voltage. So I looked for a quad push pull drivers with (internal) MOSFETs, but all I found way the Microchip TC4467/TC4468/TC4469. Which would be ok for my purposes, but it's a bit exotic and I don't really need the dual inputs. I could also find a lot of 8fold bus drivers, but they can only drive something like 20mA per channel while my target was something closer to 100mA.
The problem might be also that when searching for "quad push pull driver fet", you find a lot of drivers for FETs, but not drivers with FETs.
So any hints for a cheap quad push-pull driver with internal FETs that is easily available in some nice DIP package and can drive 100mA per channel? Or is the TC446x really already my best choice?