18-01-2021, 11:40 AM
Hi, embitz,
Thank you very much for your quick reply.
1. My code is
for (i = 0; i < MaxCount; i++)
printf("0x%X, ", Parameters[i]);
printf("0x%X\n", Parameters[i]);
fflush(stdout);
It prints in EBlink window a line with comma-separated parameters.
I need to redirect this line to a text file.
2. I was using the version of 26 December 2020 EBlinkInstaller3.8(57).exe
I just now again installed it by running the EBlinkInstaller3.8(59).exe,
but again received a message:
Incompatible EBlink version 3.7 Please update
vdaniel
Thank you very much for your quick reply.
1. My code is
for (i = 0; i < MaxCount; i++)
printf("0x%X, ", Parameters[i]);
printf("0x%X\n", Parameters[i]);
fflush(stdout);
It prints in EBlink window a line with comma-separated parameters.
I need to redirect this line to a text file.
2. I was using the version of 26 December 2020 EBlinkInstaller3.8(57).exe
I just now again installed it by running the EBlinkInstaller3.8(59).exe,
but again received a message:
Incompatible EBlink version 3.7 Please update
vdaniel