Hello All,
I'm currently evaluating whether Dart would be a good fit for a new project. What I'm looking for is a way to print directly to receipt printers and barcode writers. These each require sending specific commands to the printer via the driver. In Node.JS this is accomplished by either writing directly to the printer through a port or by interfacing with a .NET library that can handle the printing.
Is this possible from Dart (I imagine just through the standalone VM)? If so, can someone provide me a link to docs or some directions to do so? I think I'd really like to use Dart for this project (a POS/Inventory system) but I need to be able to do interface properly with these printing devices.
Thanks,
Jon Bomgardner