Thank you for your time.
This is my current results:
A) ASCII only (all good!)
Code: Select all
C:\tmp>python pipe_test.py
pipe-test.py, running on windows
Write to "\\.\pipe\ToSrvPipe"
Read from "\\.\pipe\FromSrvPipe"
-- Both pipes exist. Good.
-- File to write to has been opened
-- File to read from has now been opened too
Send: >>>
GetInfo: Type=Labels Format=JSON
Rcvd: <<<
[
[ 0,
[
[ 1.52091, 2.31039, "hello" ],
[ 3.47138, 3.47138, "world" ] ] ] ]
BatchCommand finished: OK
Exported labels:
Code: Select all
1.520907 2.310385 hello
3.471383 3.471383 小苹果
Code: Select all
GetInfo: Type=Labels Format=JSON
Rcvd: <<<
[
[ 0,
[
[ 1.52091, 2.31039, "hello" ],
c:\wxwidgets-3.1.1\include\wx\strvarBatchCommand finished: OK