Re: [Tutor] JBUS and Python which way

2005-08-02 Thread Miguel Lopes
pyserial provides serial communication but I think I require an interface that would abstract/simplify the JBUS/MODBUS protocol. Thanks Danny and Alan for all the help. Will check out comp.lang.python for advice. Best Miguel --- Chegou o Clix ADSL até 16 Megas In

Re: [Tutor] JBUS and Python which way

2005-07-31 Thread Alan G
Miguel, I've never heard of JBUS but if its an RS232 protocol then it is possible to get Python to talk to RS232 posts using various 'serial' comms modules. Its not the easiest thing in the world but itss definitely possible. HTH, Alan G. - Original Message - From: "Miguel Lopes" <[

Re: [Tutor] JBUS and Python which way

2005-07-30 Thread Danny Yoo
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