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
Although it seems very similar, the Julia code doesn't work (page doesn't change, txt property of text widget t0 doesn't change...) while Python code is doing exactly what it's expected to do.
Any idea what is going wrong?
Is it a problem on my side (ie my Julia code should be fixed) or is it a Julia library problem (ie SerialPorts should be fixed).
Hello,
I'm trying to communicate with a Nextion display from Julia thanks to a USB TTL converter.
The following Julia code:
seems very close to this Python code:
Although it seems very similar, the Julia code doesn't work (page doesn't change, txt property of text widget t0 doesn't change...) while Python code is doing exactly what it's expected to do.
Any idea what is going wrong?
Is it a problem on my side (ie my Julia code should be fixed) or is it a Julia library problem (ie SerialPorts should be fixed).
I wonder if #21 is not a possible problem.
Kind regards
The text was updated successfully, but these errors were encountered: