Sharing files with a Windows CE virtual machine on a virtual PC?

How can I share a file with a virtualized Windows CE window if the HPC Factor WindowsCE Virtual PC images does not support adding a virtual machine or virtual network driver?

I can’t connect the shared folder, because it requires adding VMs, and I can’t copy the file through the network, because I need a working network driver for this.

Is there a way to copy a file from my host system to my CE virtual machine, or is there a better way to emulate Windows CE on my Windows 7 system?

+4
source share
1 answer

If ActiveSync is included in your OS image, you can try to install a virtual (software) serial port and connect ActiveSync on your workstation to the one located on your virtual device. I have not tested this myself in Windows CE, but theoretically it should work. I found commercial virtual serial port software here , and open source here .

If your OS image does not support ActiveSync, you can still try this approach using two serial port based file transfer applications, such as a hyperterminal on your workstation and Zterm CE in Windows CE.

0
source

Source: https://habr.com/ru/post/1334351/


All Articles