You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may have encountered one problem - it does not respect/force the execution of the same command again if it has been switched manually in the meantime.
Is it caused by dedicated serial realy controller?
The text was updated successfully, but these errors were encountered:
You're right, I see that too. It's likely some yet-undecoded part of the serial protocol between the MIPS and the STM chip controlling the sockets. Do you have a chance to take a look into this ?
Maybe, but how? I have Saleae Logic Pro 16 available, so I can see what's going on inside, but I'm not sure I'll be able to find out anything from the captured data.
There is a 3V3 TTL UART serial connection between the MIPS and STM chip inside the device, so you could use USB-to-TTL-UART adapter to connect to the STM chip and debug it on a PC (note that there is 240V inside the device, be very careful). The other option which might work would be to use strace or LD_PRELOAD on the binary from the device to figure out what it does in such situation.
I may have encountered one problem - it does not respect/force the execution of the same command again if it has been switched manually in the meantime.
Is it caused by dedicated serial realy controller?
The text was updated successfully, but these errors were encountered: