MODBUS Interface

J

Thread Starter

Jim Butler

I need to add an interface to a program that we have on a PC which will make this PC respond like any MODBUS device.
The PC is running Windows XP Embedded (it is also discless, running out of CompactFlash) and we are able to write any software at all that we need. However, we don't want to embark on writing a MODBUS interface component, as there must be a component out there somewhere!
Can anyone lead me to it?

Thanks in advance.
 
T

Timo Tuokkola

Check out
http://www.win-tech.com/html/devtools.htm
Win-Tech software design offers several modbus master and slave drivers in both Active-X and dll form. They also have a useful tool called MODSIM, which allows you to connect a modbus master to your PC serial port and have the PC respond as a modbus slave.
 
Top