Go to advanced search

by EvgeniyMakhmudov
Mon Apr 15, 2013 7:14 am
Forum: openSUSE
Topic: OpenSuSE 13.1 betta-test Images
Replies: 11
Views: 14670

Re: OpenSuSE 12.3 betta-test Images

Where is a correctly working image?

i found this openSUSE-Factory-ARM-JeOS-raspberrypi.armv7l-1.12.1-Build10.3.raw.xz and this raspberrypi-opensuse-20130401.img.gz but nothing working. With first image raspberry just don't boot, with the second nothing correct write to sd card.
by EvgeniyMakhmudov
Thu Feb 07, 2013 9:34 pm
Forum: Python
Topic: Problem with Serial port
Replies: 6
Views: 9695

Re: Problem with Serial port

jahnavi oh shi.... your code is fully wrong. First of all, os.system() return exit code, not result of command! use module subprocess instead. And that is a reason that uor code work wrong - you send to serial.open value 0. use [x[0] for x in comports()] to get list of avaiable ports. Use one of th...
by EvgeniyMakhmudov
Thu Feb 07, 2013 4:10 am
Forum: Python
Topic: Problem with Serial port
Replies: 6
Views: 9695

Re: Problem with Serial port

module pyserial, in tools package you may use this

Code: Select all

from serial.tools.list_ports import comports

Go to advanced search