GPIOSim icon indicating copy to clipboard operation
GPIOSim copied to clipboard

it isnt working

Open embeddedsystem2013 opened this issue 10 years ago • 5 comments

I tried to run it on Quemu but it seem not working how should the simulator installed ?

embeddedsystem2013 avatar Jan 16 '16 01:01 embeddedsystem2013

It is not a qemu image. It's standalone software providing RPI.GPIO Python library. Please read README

bobvann avatar Jan 20 '16 08:01 bobvann

I already installed it on rasbian but the problem is how to run it what is the steps of run it?

I run the following command

python GPIOSim.py to run the program but I got an error saying

file "GPIOSim.py", line 19, in from configparser import RawConfigParser File " /usr/lib/python-2. /configparser.py", line 596 allow_no_value=False, *, delimiters=('=', ':'), SyntaxError: invalid syntax

untitled

embeddedsystem2013 avatar Jan 21 '16 11:01 embeddedsystem2013

it is clear that the problem is in configparser.py which I didn't write but is a python lib

bobvann avatar Feb 07 '16 12:02 bobvann

which version of python u tested your program on please?

embeddedsystem2013 avatar Feb 07 '16 21:02 embeddedsystem2013

python 2.7 but in fact it does not have to be executed on the RPi, but on your pc, in order to emulate the RPi GPIO

bobvann avatar Feb 27 '16 17:02 bobvann