1 | initial version |
I found the solution for me the remote command was :
python -u nomdufichierpython --external interface COM5-None --capture --fifo -
i have also added the line :
"sys.stdout.buffer.write(message)" in the function "def capture_write(message)"
Hope this can help someone
2 | No.2 Revision |
I found the solution for me the remote command was :
python -u nomdufichierpython pythonfilepath --external interface COM5-None --capture --fifo -
i have also added the line :
"sys.stdout.buffer.write(message)" in the function "def capture_write(message)"
Hope this can help someone someone
3 | No.3 Revision |
I found the solution for me the remote command was :
python -u pythonfilepath --external interface COM5-None --capture --fifo i have also added the line : line:
sys.stdout.buffer.write(message)
def capture_write(message)
Hope this can help someone
4 | No.4 Revision |
I found the solution for me the remote command was :
python -u pythonfilepath --external interface --external-interface COM5-None --capture --fifo -
i have also added the line:
sys.stdout.buffer.write(message)
in the function def capture_write(message)
Hope this can help someone