Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to know which connected printer the event comes from #50

Open
joarwilk opened this issue Dec 4, 2019 · 2 comments
Open

Unable to know which connected printer the event comes from #50

joarwilk opened this issue Dec 4, 2019 · 2 comments

Comments

@joarwilk
Copy link

joarwilk commented Dec 4, 2019

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

@infoxicator
Copy link
Owner

I guess you can identify printers by the portName, if the model is the same you can change it on the printer settings.

@joarwilk
Copy link
Author

joarwilk commented Feb 14, 2020

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants