unable to discovered ZQ610 bluetooth printer

// Expert user has replied.
V Vedsatx Saddvv 3 years ago
6 1 0

HI,
I've successfully discovered and connected and printed with out any issue in QLN420,QL320 but ZQ610 printer printer is paired but not discovered event also not hitting give me any suggestion i am unable to fine the issue.
private void StartBluetoothDiscovery()
{
IDiscoveryEventHandler bthandler = DiscoveryHandlerFactory.Current.GetInstance();
bthandler.OnDiscoveryError += DiscoveryHandler_OnDiscoveryError;
bthandler.OnDiscoveryFinished += DiscoveryHandler_OnDiscoveryFinished;
bthandler.OnFoundPrinter += DiscoveryHandler_OnFoundPrinter;
FindBluetoothPrinters(bthandler);
}
private void DiscoveryHandler_OnFoundPrinter(IDiscoveryHandler handler, IDiscoveredPrinter discoveredPrinter)
{
if (string.IsNullOrEmpty(PrinterMacAddress))
{
if (PrinterMacAddress== discoveredPrinter.Address)
{
if (!printers.Contains(discoveredPrinter))
{
printers.Add(discoveredPrinter);
}
CancelDiscovery();
}
}

Please register or login to post a reply

1 Replies

S Steven Si

You may want to check the Bluetooth setting on ZQ610 to make sure its Bluetooth is discoverable. The following SGD command would help.

! U1 getvar "bluetooth.discoverable" // Check the setting
! U1 setvar "bluetooth.discoverable" "on" // Change the setting to "on" 

CONTACT
Can’t find what you’re looking for?