-
Notifications
You must be signed in to change notification settings - Fork 1
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
Not printing or not detecting any printer maybe #1
Comments
Hi @mu-irshad011 !
Hope it helps! |
Firstly, I appreciate that you replied. I have already installed ESCPOS package already. I will try to connect with local network if it supports but I need your help. I have connected printer with USB. So how can I work with this? If printer has bluetooth support then how can we work with that? Also you have typed static address. But if we need dynamic address how can we get that? Please help. Thank you. |
If you want to work with serial communication you just need to change the I have used a static address because I was connecting to the printer's network which is always the same address (got that info from their manual). In order to work with dynamic address you first need to search for connected devices and I would suggest you to try search for it on the constructor (also it's good idea to have a button that refresh the list of devices). However, you may need another NuGet package for that. Also, one thing if you have a POS printer from a supported manufacturer (Epson ESC/POS) for Windows you don't have to install a third package to connect to it. Windows SDK has a namespace specifically for POS devices which includes all necessary thing for POS (printer, cash drawer, ...), you can check the details here. |
As per this I referred your references and tried but nothing works. I used (COM3, COM2, LPT1, LP1). But no one responded. What can be the issue? It is not detecting the printer or something? Also windows SDK need to install or something like that? I am using react-native & react-native-windows at latest version which is 0.70.x. is this issue? |
However the issue is now something else. It shows Access to the path "C://..../esc_pos.temp" is denied. As per this it is creating temp file. Am I right? So how to deal with this? Even I had given access by right click on c drive and then properties and so on. But nothing works. Can you please help? |
You have to know why port your printer is using As for your issue about the access, I actually didn't face it but I can give you some suggestion like in general. If your app needs any permission you should go to VS and go to Capabilities and check whatever your application needs (it can be found in the app manifest) |
I am using TSC TTP-244-pro Thermal printer(3 mm). I am using same native module and same code. But nothing happens when clicking on Print. Please help.
The text was updated successfully, but these errors were encountered: