Gianluca Nitti

Results 15 comments of Gianluca Nitti

Thank you for your interest. > do you have any experience publishing packages on it Actually no, I use it to install packages but never published anything.

Hello, which mouse are you talking about? I'm quite sure the Perixx MX-3000 only has a simple, non-configurable, up/down/click scroll wheel. Are you referring to another mouse using the same...

Thank you for the information, I'm definitely interested in integrating support for this mouse in your library. I'll soon look into it and see what I can do.

Hello, unfortunately it's quite hard to help debugging an hardware issue with little information, can you provide a diagram? Which ESP module (NodeMCU, Wemos, etc) are you using and how...

Here are some suggestions: * I'd make sure all the unused hardware-related stuff (usb and serial printer) is commented out in `printserver.ino` so that we can be sure there aren't...

> Is it a problem that NODEMCU is 3.3V , but LPT standard requires 5V? Back when I made this project I read somewhere that 3.3V was enough to be...

Hello, first of all as a simple tip to help isolationg the problem I'd suggest to make sure there are no `SerialPortPrinter`/`USBPortPrinter`/`DirectParallelPortPrinter`/`ShiftRegParallelPortPrinter` declarations other than your `SerialPortPrinter printer2`, to ensure...

Thanks for the info. The fact that the initialization message with network info generated by your code gets printed fine but the received data doesn't makes me think the serial...

Thank you for reporting. This is probably due to the fact that the IPP implementation is not fully compliant with the RFC and thus not guaranteed to work with any...

Thanks for the feedback and sorry for the delay. I reproduced the crash today by importing the dump of the db I made when the crash originally occurred. I got...