Posts by user7331387 • 63 points
5 posts
-
0
votes2
answers43
viewsA: Program stops reading before the for and "hangs" during the run (C)
Good Afternoon. I think I just fix this part below vezes = n_termos - 1 within the first clause of for, you have the initialization criterion (this can be i=1 or anything or until it is empty if you…
canswered user7331387 63 -
1
votes1
answer60
viewsQ: ENOBUFS error on Mongodb Nodejs
My database connectorMongo for nodejs, after a while running triggers the ENOBUFS error, knocking down all the tcp connections from the computer.. other apps claim tcp exhaustion.. however I could…
-
-1
votes1
answer123
viewsQ: Query mysql on Node-JS Not Working
I am developing a Node application in which I need to do some query’s in mysql, however a simple query of select is not working. follows the code of the passage function processTag(tagNumber,…
-
3
votes1
answer1067
viewsQ: How to Calculate CRC Modbus RTU
I’m trying to calculate a crc Modbus in an application for PIC, but the returned crc is always incorrect compared to online simulators. follows the code void CRC (unsigned char* msg, unsigned char*…
-
1
votes1
answer39
viewsQ: How to simulate [mouseup()] element by element using get()
I have a web application which I have elements like input. <input class="switch-input" name="0" type="checkbox" /> <input class="switch-input" name="1" type="checkbox" /> <input…
jqueryasked user7331387 63