marekm72

Results 29 comments of marekm72

I have a similar issue https://github.com/stephane/libmodbus/issues/648 - just a little easier as my device (Dossena MV3DL 3-phase electricity meter) has all readable registers of the same non-standard length (3 bytes...

It really depends on the hardware. My setup was with an old and dumb RS232/RS485 converter, RTS required to switch direction - connected to an ISA serial port card in...

"TX ready" is when more data can be written to the UART (there is enough free space in the FIFO) and that works fine of course. "TX empty" is when...

As a workaround, I've just found it helps to call modbus_flush before starting each new request (modbus_set_slave, then read/write registers etc.) when talking to a few RTU slaves on a...

This proposed simple implementation seems to work as a subcircuit with two voltage inputs relative to ground for 2\*pi\*frequency (F) and peak voltage (V), and two isolated output voltage sources...

What is the current status, which accel-ppp repo is now the correct one? I see this one is not clearly marked as archived (read only). Or are both active, one...

For comparison, I've just set up a quick and dirty MikroTik PPPoE server (without any connection to the infrastructure, just enough setup to allow the same Phicomm router to connect...

My workaround for now - run this shell script after reboot (block IPV6CP for known bad source MAC address prefixes): PPPOE_IFACES="eth2 eth4" for i in $PPPOE_IFACES ; do tc qdisc...

After working around the Phicomm issue by MAC prefix filtering, another two old routers (Linksys this time, one WRT54GL and one E1200 - firmware versions unknown yet, but at least...

Any suggestions, what is the correct way to close IPV6CP and only IPV6CP? I've been looking at the code trying to understand it for some hours but I'm still not...