dyaacov

Results 10 issues of dyaacov

Hi, I'm trying to upload a file from my iPhone ios 6. In wireshark, I see that the data is missing, I only see Content-Disposition and Content-Type but no data....

Hi, Is it possible to get Getting TLS and DNS info? Thanks Dekel

Hi Guys, I have a meter and a modbus server (I used some old npm library). The server is listening to incoming connections from the meter and upon an incoming...

help wanted
question

Hi All, I'm using the basic example to get coils/registers from our Meter. I keep getting GatewayTargetDeviceFailedToRespond :( ```js var modbus = require("modbus-stream"); modbus.tcp.server({ debug: null }, (connection) => {...

Hi Is it possible to have label floating style? I guess it's not floating because it considers empty value as 0, is that correct? can I override it?

Hi, How to change language of the map? https://developer.here.com/api-explorer/rest/map-image/map-image-language

Hi Guys, I get an ILLEGAL DATA ADDRESS for a register, any idea? here is the log: modbus-client issuing new read holding registers request +0ms tcp-client-request-handler registrating new request transaction...

Hi, Is there a way to see a list of all API's in the file (maybe a way to add title/description to each API and see those titles only )...

Hi, I'm trying to implement sort but I only get the column data. I need more complex logic and therefor I need to row data. Any way to implement sort...

Hi, I need to connect to the same host and port, but different unitIds In the code, it looks like the connection is based on unitId as well. new Modbus.client.TCP(socket,...