I'm trying to rig up a very cheap point of sale system for a friend, using a Brother QL-550 label printer to print the label for each stock item. The label will contain a description of the item, a retail price, and a barcode defining the item in a sqlserver database. I'm trying to use C# to do this, but I'm having no joy whatsoever.
Has anyone had any experience in using this label printer via C# (Or VB.net), and can anyone give me any pointers on how to do it.
I've tried using the Brother SDK that came with it, but frankly that was worse than useless. I can write to the printer, but not the information I want, in the format I need.
Any help would be gratefully accepted!