The ModBusKit Cocoa framework
has been updated for XCode 4 and Mac OS 10.7 Lion.
ModBusKit can be linked like any other Cocoa Framework in an XCode project. The basic steps to use and connect
to a ModBus device are initWithSerial or initWithTCP,
openConnection, and then one of the read or write
functions. End the connection with closeConnection. All programs should
check compatabilityVersion before
continuing, to ensure the framework has the proper interface expected.
Further documentation will be available as development continues. As this is only an alpha release,
there will be bugs and incomplete implementations. Use at your own risk.
Note that the ModBusKit Cocoa Framework makes use of a C library which is not compatible with IOS (operating system used by devices like
the iPhone and iPad). Therefore, though it would be great, it is not currently possible to make an iPhone
or iPad app using this framework.