Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: arutti on June 06, 2010, 11:01:54 AM

Title: Extension request: pyserial
Post by: arutti on June 06, 2010, 11:01:54 AM
I need to access serial ports.

Has anyone an extension for it ?

I don't know where to start to build such an extension.
Could someone direct me with a sample !

Thanks
Andre
Title: Re: Extension request: pyserial
Post by: batnas on June 06, 2010, 11:58:08 AM
The wiki has many good guides:
http://wiki.tinycorelinux.com/Creating+Extensions (http://wiki.tinycorelinux.com/Creating+Extensions)

If you need help, aks or maybe I'll try later  ;)

\\Batnas
Title: Re: Extension request: pyserial
Post by: Arslan S. on June 06, 2010, 12:40:17 PM
I need to access serial ports.

Has anyone an extension for it ?

cutecom, putty may be what you are looking for
Title: Re: Extension request: pyserial
Post by: Juanito on June 06, 2010, 01:24:17 PM
I need to access serial ports.

Has anyone an extension for it ?

irda-utils in the 1.x repo contains setserial
Title: Re: Extension request: pyserial
Post by: arutti on June 06, 2010, 10:05:19 PM
I do really need pyserial.

I'm porting Python sw that runs on Windows and other Linux.

Andre
Title: Re: Extension request: pyserial
Post by: Juanito on June 06, 2010, 10:47:00 PM
I've downloaded the source, give me a day or two to see if I can make an extension out of it.
Title: Re: Extension request: pyserial
Post by: Juanito on June 07, 2010, 08:42:11 AM
Posted - up to you to test...
Title: Re: Extension request: pyserial
Post by: arutti on June 07, 2010, 09:02:19 AM
I'll have to upgrade to V3 first.

Thanks and regards
Title: Re: Extension request: pyserial
Post by: arutti on June 07, 2010, 02:14:20 PM
I've done a simple test using miniterm.py ( in the extension ) with a USB serial on /dev/ttyUSB0 and it works perfectly.

Regards