Hi Marvin,Donated a little, waiting for library to do a proper one![]()
Hello, I would like to know how much I should donate, I am very interested in the SD-BT_Printer library.Hi Marvin,
Thanks for the donation. In the library thread I wrote this:
The full version of the library will be issued to those making a donation (Contact me in private before making a donation). In the donation indicate the library you want and your NickName.
Unfortunately, even though I appreciate your donation, the amount you donated does not correspond to my request. Then I will proceed to return the donation
Public NamePrinter As String
Sub ButtonScan_Click
Ble.ScanPrinter
End Sub
Sub ButtonSendText_Click
Ble.InitializePrinter
Ble.RightJustify
Ble.Writeline(ESC_POS.DoubleOn & "RIGHT PRINT" & ESC_POS.DoubleOff)
Ble.CenterJustify
Ble.Writeline(ESC_POS.FontA_DoubleHight & "CENTER PRINT" & ESC_POS.FontA_Normal)
'Ble.LeftJustify
Ble.Writeline("LEFT PRINT")
End Sub
Sub ButtonImage_Click
Ble.PrintBitmap(LoadBitmap(File.DirAssets,"qr.jpg"))
End Sub
' --------------------------- BLE EVENT -----------------------
Sub Ble_PrinterFound(Name As String, ID As String)
NamePrinter=Name
log($"Found device: ${NamePrinter} ${CRLF}(${ID})"$)
Ble.connect(ID)
End Sub
Sub Ble_Connected(services As List)
log($"Connect to printer: ${NamePrinter}"$)
End Sub
Sub Ble_Disconnected
log("Diconnect")
End Sub
Private Sub Ble_ImageWriteComplete
LabelInfo.Text="Image Printed "
End Sub
Private Sub Ble_WriteComplete (Characteristic As String, Success As Boolean)
LabelInfo.Text="Text Printed "
End Sub
I'm working on it.Any news about iOS version ?
has been releasedAny news about iOS version ?
new release 0.22, is it already available?has been released
As you can see from the first post the new version is 1.00. It is already available. The free version will remain at version 0.21new release 0.22, is it already available?
to have an update of the library, for those who have previously made the donation?As you can see from the first post the new version is 1.00. It is already available. The free version will remain at version 0.21
1.02 Bluetooth SPP + BLE + USB + LAN ???Currently I release the library in three versions:
If you are interested in private I will be able to tell you the quotation of each version
- 0.21 SPP bluetooth only.
- 1.00 Bluetooth SPP + BLE.
- 1.01 Bluetooth SPP + BLE + USB.