Re: JBUS and Python which way

2005-08-03 Thread Alan Kennedy
[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

Re: JBUS and Python which way

2005-08-02 Thread Oren Tirosh
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