[EMAIL PROTECTED] wrote:
I need a promt/terminal when the device is connected to PC. If user
enters a command by serial port and press "Enter" then the data is
read by the device and work on the command. This is similar to
readline() function. Unfortunately there is no readline() function for
GM
On Aug 14, 6:11 am, [EMAIL PROTECTED] wrote:
> Hi,
> I am newbie in python. I am working on Telit GM862 GPS/GPRS module
> which has python interpreter built in. But it seems this problem is
> pretty much related to general python structure.
>
> I need a promt/terminal when the device is connected t
Casey Bralla wrote:
>I'd like to read ASCII data from a serial port, but (once again) I'm having
>trouble getting started. (Can't seem to find the basic level of docs to
>get going )
>
>I'd like to use only standard "built-in" modules if possible.
>
>Could somebody offer a simple code-snippet to
On 2006-01-21, Diez B. Roggisch <[EMAIL PROTECTED]> wrote:
>> appropriate platform-specific code. I'll be happy to answer
>> questions about the Posix parts of it, but I had the portion of
>> my brain containing Win32 knowledge cauterized.
>
> I'm working on that. Last time I checked there was eve
How about reading from the USB ports ?-- ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~Runsun Pan, PhD[EMAIL PROTECTED]Nat'l Center for Macromolecular Imaging
http://ncmi.bcm.tmc.edu/ncmi/~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
--
http://mail.python.org/mailman/listinfo/python-list
Grant Edwards wrote:
> On 2006-01-21, Casey Bralla <[EMAIL PROTECTED]> wrote:
>>I'd like to use only standard "built-in" modules if possible.
>
> Then there aren't going to be any "basic level docs" because
> it's just not an easy thing to do. You pretty much have to do
> exactly what you would d
> appropriate platform-specific code. I'll be happy to answer
> questions about the Posix parts of it, but I had the portion of
> my brain containing Win32 knowledge cauterized.
I'm working on that. Last time I checked there was even some AMIGA
pre-AGA-stuff in there. Which I actually think is c
On 2006-01-21, Casey Bralla <[EMAIL PROTECTED]> wrote:
> I'd like to read ASCII data from a serial port, but (once
> again) I'm having trouble getting started. (Can't seem to
> find the basic level of docs to get going )
>
> I'd like to use only standard "built-in" modules if possible.
Then ther
Casey Bralla wrote:
> I'd like to read ASCII data from a serial port, but (once again) I'm having
> trouble getting started. (Can't seem to find the basic level of docs to
> get going )
>
> I'd like to use only standard "built-in" modules if possible.
>
> Could somebody offer a simple code-snipp