Hi,
I am trying to create an interface between some industrial sensors and a remote (cellular) operating station. The industrial sensors communicate through USB only, but I would like to forward all information from the sensors over the internet to another computer, so that the information can be seen while the operator is not in the field. I would also like to forward all information from the other computer to the sensor's USB port.
In short, I want to connect two ports of different types via the command line.
Is there a reasonably simple way to do this via the command line? If not, is there a reasonably simple way to program this in C/C++ or Java?
I am trying to create an interface between some industrial sensors and a remote (cellular) operating station. The industrial sensors communicate through USB only, but I would like to forward all information from the sensors over the internet to another computer, so that the information can be seen while the operator is not in the field. I would also like to forward all information from the other computer to the sensor's USB port.
In short, I want to connect two ports of different types via the command line.
Is there a reasonably simple way to do this via the command line? If not, is there a reasonably simple way to program this in C/C++ or Java?