Hello,
my client want me to write a
java app that communicates with a VMC (vending machine controller) device.
the problem is that my client is in another country and i don't have the VMC so i can plug it to my machine serial port and communicate with it through java comm API.
are there some techniques to connect remotely to my client machine and try running my java program as it is run on remote client machine?
i mean is there a way to tell my machine that this remote VMC is virtually plugged in some port and try doing tests as if the VMC was actually conncted to my local machine?
thanks