Ask Your Question

Revision history [back]

click to hide/show revision 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

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

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 --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