[mjekl]
> My aim is to have an idea of the alternatives technologies for
> accessing information produced by a machine with a JBUS interface
> (RS232) and how to access this information realtime in Python
> (connecting a PC locally via serial port).
>
> I'm aware of pyserial but I wonder if t
If you can't find any JBUS/Modbus modules specific for Python it's
possible to use one of the many C/C++ modules available and make a
Python wrapper for it with an interface generator like SWIG or SIP. You
say that you don't have much technical background so you may consider
hiring someone to do it
Hi,
I'm a newbie without a technical background making some technology
research for a company I work for.
My aim is to have an idea of the alternatives technologies for
accessing
information produced by a machine with a JBUS interface (RS232) and how
to
access this information realtime in Python