Re: How to implement command line tool integrating parsing engine

2008-03-22 Thread sturlamolden
On 22 Mar, 14:48, llandre <[EMAIL PROTECTED]> wrote: > - it must run both on linux and windows PC > - it must interact with an electronic device connected to the PC through > serial cable Python should be fine. > - initially the program must be written in the form of simple command > line tool t

Re: [RFC] How to implement command line tool integrating parsing engine

2008-03-22 Thread Diez B. Roggisch
llandre schrieb: > Hi all, > > I'd like to have some advices about how to implement a program that has > the following requirements: > - it must run both on linux and windows PC > - it must interact with an electronic device connected to the PC through > serial cable by sending/receiving some co

[RFC] How to implement command line tool integrating parsing engine

2008-03-22 Thread llandre
Hi all, I'd like to have some advices about how to implement a program that has the following requirements: - it must run both on linux and windows PC - it must interact with an electronic device connected to the PC through serial cable by sending/receiving some command strings and taking diffe