Dear,
I wonder about the default printer that has GoDB compatibility because we are managing to connect with
a bluetooth printer, following the model of help, but while connecting to the same device does not
perform printing sent.
I wonder what the standards of printers that GoDB communicates or is there some other way to send print
beyond what I am used (below the mode used).
I thank the attention.
Sub send_Click
' Add Handler Code Here
iff status <> STATUS_CONNECTED_TO_DEVICE then return
'To send Text use the below code
'setosvar("*btdevsenddata","Thanks Lord Ganesh\n")
End Sub
|