Im using a Generic/Text Only serial printer, I need to control the serial settings (baud rate, parity, data bits, stop bits) and the COM port (COM1, COM2...), the system.drawing.printing namespace wont let me go that far, how can I do it?

Thanks