On Fri, 29 Jul 2005, Miguel Lopes wrote:
> I understand the subject is advanced, but I'm a newbie without a > technological background making some technology research for a company I > work for. Hi Miguel, You may want to ask this on comp.lang.python instead. The Modbus/JBUS protocol might be a bit advanced and specialized for the group here; I don't think we can help you that effectively. > 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). The only thing that I can mention here is the pyserial project, which provides access to the serial port: http://pyserial.sourceforge.net/ I'd have to assume that some software would have to be written to talk the JBUS protocol across the serial port, but I'm hitting the limits of my ability to use Google effectively in this area... *grin* So I'd strongly recommend asking this to a wider audience. Good luck to you. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor