react-native-star-prnt
react-native-star-prnt copied to clipboard
Unable to know which connected printer the event comes from
Hi,
is there any way to know which connected printed the event comes from? I have multiple printers connected and right now I cant see which one has sent which event.
Thanks
I guess you can identify printers by the portName, if the model is the same you can change it on the printer settings.
@infoxicator But the events are not connected to the portName. Its just the event name and nothing else. Here is the iOS code:
-(void)didPrinterCoverOpen {
[self sendData:@"printerCoverOpen" data:nil];
}
There is no printer metadata attached