How do I ...

Cesar Lopez clopez at abo.fi
Tue Mar 14 06:58:39 EST 2000


Thanks for your reply.

I did the e-mail in this way becouse in a previous one, I tried to
explain all my system and nobody reply me.

The main problem it is, that I´m working with an embedded system, an
Hitachi SH-1 Low Cost Evaluation Board. without Operative System and
other kind of features usuals in this systems.

more information about my system in http://www.abo.fi/~iporres/sr/hw.html

I´m working in defining a method to build device drivers for an embedded
python library. Then when I finnish my project, all people could use my
investigation to do the same. First I´m trying to light on a green led
that it´s connected to this board. I´ve build the "driver" in C code and
I´ve get the wrap file using SWIG. Then I´ve link the new objects to my
previous embedded python library, and try to run an embedded test.py
program in the SH-1 Evaluation Board but doesn´t works.

So if you have some idea about how can I solve this, or a better way to
solve this problem, please e-mail and help me.

Regards

    Cesar Lopez

Sorry for my poor english.

Grant Edwards wrote:

> In article <38CD2368.9D29554F at abo.fi>, Cesar Lopez wrote:
>
> >How do I acces to the low-level of my system? I mean, for example, I
> >want to access and configure the speed of my serial port using a Python
> >program. I've tried building an extension C function and the call it
> >from Python, but doesn´t works.
>
> 1) You really need to do a better job on your "Subject:" line.
>    The bandwidth in this group is high enough that a lot of
>    people aren't going to read all of the articles.  I read
>    yours by accident -- I generally only read articles when I
>    either know the answer to the question or am otherwise
>    interested in the particular subject.
>
> 2) Read the FAQ
>
>       http://www.python.org/doc/FAQ.html#4.68
>
> --
> Grant Edwards                   grante             Yow!  Now KEN is having
>                                   at               a MENTAL CRISIS beacuse
>                                visi.com            his "R.V." PAYMENTS are
>                                                    OVER-DUE!!




More information about the Python-list mailing list