WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Extension request: pyserial  (Read 2497 times)

Offline arutti

  • Newbie
  • *
  • Posts: 4
Extension request: pyserial
« on: June 06, 2010, 08: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

Offline batnas

  • Full Member
  • ***
  • Posts: 122
Re: Extension request: pyserial
« Reply #1 on: June 06, 2010, 08:58:08 AM »
The wiki has many good guides:
http://wiki.tinycorelinux.com/Creating+Extensions

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

\\Batnas

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: Extension request: pyserial
« Reply #2 on: June 06, 2010, 09:40:17 AM »
I need to access serial ports.

Has anyone an extension for it ?

cutecom, putty may be what you are looking for

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: Extension request: pyserial
« Reply #3 on: June 06, 2010, 10:24:17 AM »
I need to access serial ports.

Has anyone an extension for it ?

irda-utils in the 1.x repo contains setserial

Offline arutti

  • Newbie
  • *
  • Posts: 4
Re: Extension request: pyserial
« Reply #4 on: June 06, 2010, 07:05:19 PM »
I do really need pyserial.

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

Andre

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: Extension request: pyserial
« Reply #5 on: June 06, 2010, 07: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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: Extension request: pyserial
« Reply #6 on: June 07, 2010, 05:42:11 AM »
Posted - up to you to test...

Offline arutti

  • Newbie
  • *
  • Posts: 4
Re: Extension request: pyserial
« Reply #7 on: June 07, 2010, 06:02:19 AM »
I'll have to upgrade to V3 first.

Thanks and regards

Offline arutti

  • Newbie
  • *
  • Posts: 4
Re: Extension request: pyserial
« Reply #8 on: June 07, 2010, 11:14:20 AM »
I've done a simple test using miniterm.py ( in the extension ) with a USB serial on /dev/ttyUSB0 and it works perfectly.

Regards