-
RE: Save screen capture from MSO64B to my PC via usb connection by writing programming
Thank you for answering.<br> I still have some problems. <pre class="linenums prettyprint">1. Can<code> usb connection be workable for save:image</code> and <code>filesystem:readfile ? </code> 2. I read https://forum.tek.com/viewtopic.php?t=139957 . and this one </pre> <pre><code>GetLocalManager() </code></pre> is not available in current version.<br> and plus<br>   <pre><code>HardCopy() is also deprecated. So now I have to use only two commmands, including save:image and filesystem:readfile to save files in my PC? I have an enormous number of images needed to be transferred to PC. Thank you so much.</code> </pre> -
Save screen capture from MSO64B to my PC via usb connection by writing programming
Can I save screen capture to my PC by writing C# program?<br> I've checked some discussions before and the command "HARDCOPY:PORT..." is not supported and neither are others.<br> Where can I find some examples to get the png file in my MSO64B?<br> Thank you.