Skip to content

Commit 3548d3a

Browse files
authored
Correct path for com2tcp.py script in documentation
Updated the path for the com2tcp.py script in the instructions.
1 parent d288bc4 commit 3548d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/iocs/testing/Emulating-Devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If we have a pre-existing VI it might be useful to connect it to an emulator to
107107
2. Create a physical loopback on the MOXA by connecting one port into another using one male serial cable connected to one female serial cable (a plain network cable won't do)
108108
3. Use NPort (which can be found under `\kits$\CompGroup\Utilities`) to connect to these two ports, noting which COM ports correspond to the loopback
109109
4. Run the emulator (instructions above in "Run the emulator" section)
110-
5. Run the com2tcp.py script found in https://github.com/ISISComputingGroup/EPICS-DeviceEmulator/ to create a connection between one COM port and Lewis e.g. `python com2tcp.py 57677 COM12`
110+
5. Run the `com2tcp.py` script found in `IocTestFramework\master\utils` to create a connection between one COM port and Lewis e.g. `python com2tcp.py 57677 COM12`
111111
6. Connect the VI to the COM port that you haven't run com2tcp.py on
112112

113113
If the above is not working check that the baud rates/stop bits etc. set in the VI, NPort and com2tcp are all the same. otherwise, look in NI MAX and confirm that the COM ports are showing up under devices and interfaces on the left, if they are not you may need to update NI MAX. Also, note that the port you want to set in the driver VI is the one highlighted below (which can occasionally differ from the actual COM port)

0 commit comments

Comments
 (0)