[Tutor] JBUS and Python which way
Danny Yoo
dyoo at hkn.eecs.berkeley.edu
Sun Jul 31 08:31:48 CEST 2005
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.
More information about the Tutor
mailing list