THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

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:

sys.stdout.buffer.write(message) in the function def capture_write(message)

Hope this can help someone

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

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) "sys.stdout.buffer.write(message)" in the function def capture_write(message)"def capture_write(message)"

Hope this can help someone

I found the solution for me the remote command was :

python -u pythonfilepath 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 someonesomeone