Posts by Gustavo Castro • 61 points
4 posts
-
1
votes0
answers67
viewsQ: Multiple connections in serial port
I am writing a software, in Node.JS with Electron, that connects to a non fiscal thermal printer, but I ran into the following problem: On the client, they use a third-party software that connects…
-
0
votes1
answer254
viewsA: Electron error using "escpos" and "Electron-rebuild": not a valid Win32 application
After some time dealing, I solved the issue using a windows virtual machine to compile the application. However, there I also had some problems and followed the following steps to solve it: I…
-
2
votes1
answer254
viewsQ: Electron error using "escpos" and "Electron-rebuild": not a valid Win32 application
I am developing a desktop application with Electron and I have the following problem when trying to run the application on Windows: All this started after I installed the framework "escpos" to work…
-
2
votes1
answer515
viewsQ: Navigation using arrow keys
I need to navigate the DOM through the arrow keys. I can accomplish it when it goes only in two directions (up or down, front or back), but to move in the four directions I did not find a way. I…