I am just trying to make a printer driver that will just send txt to my receipt printer. I tried to use the Generic text only print driver that comes with windows but it must sent other info to the printer with the text. The printer I have uses codes that tell it to do things like cut the receipt or whatever. I have this working when I just sent the info to be printed to the LTP1 port since it doesn't use a printer driver at all. The thing is that I need to share this and without a driver the printer will not show up on a network. Any ideas or thoughts on what I should do? I don't know any C++... My program is in VB.

Thanks