Some Explanations on the new version
New property
In the previous version of the library I used only FlushAndClose and each print required the connection. This is because the SendBufferToPrinter command in different printers fails with the second sending of data. So if you send data on several occasions you had to reconnect
Now I have created a system that allows you to use SendBufferToPrinter, in case the printer disconnects or goes into error, automatically try again to connect and print for another 2 attempts.
I always suggest waiting a few seconds between the first and the second. The bluetooth printer (and the BT connection) takes a few seconds to synchronize
Now I have created a system that allows you to use SendBufferToPrinter, in case the printer disconnects or goes into error, automatically try again to connect and print for another 2 attempts.
I always suggest waiting a few seconds between the first and the second. The bluetooth printer (and the BT connection) takes a few seconds to synchronize
New property
Connected
This property is used to know the connection status with the printer
New EventThis property is used to know the connection status with the printer
DisconnectToPrint (Mac AsString)
This event is raised if a print submission fails and the connection is compromised. But only after trying twice reconnection and printing
This event is raised if a print submission fails and the connection is compromised. But only after trying twice reconnection and printing
Last edited: