Go to advanced search

by xkonti
Mon May 05, 2014 3:17 pm
Forum: Beginners
Topic: Mysterious lockscreen that does not work
Replies: 0
Views: 307

Mysterious lockscreen that does not work

Hello. My RPi is connected via WiFi bundle and that is usually the only peripheral i connect to it. It was working great so far with SSL and VNC but today suddenly VNC does not work. To look what is going on I connected RPi to HDMI display. My eyes saw that screen: https://dl.dropboxusercontent.com/...
by xkonti
Wed Apr 30, 2014 8:59 am
Forum: Python
Topic: Can't use pySerial
Replies: 7
Views: 7626

Re: Can't use pySerial

Looks like now everything is working well. All I needed to do:
1. Rename script from serial.py to something else
2. Remove __pycache__ folder
3. After deletion of folder, serial.pyc was silently created so I deleted it too.

Now mu Arduino can talk with Raspberry :)
Thank you for your help.
by xkonti
Wed Apr 30, 2014 6:55 am
Forum: Python
Topic: Can't use pySerial
Replies: 7
Views: 7626

Re: Can't use pySerial

riklaunim wrote:Remove serial.pyc file or __pycache__ directory if they exist.
Does not work too. Same result as always.
by xkonti
Wed Apr 30, 2014 6:44 am
Forum: Python
Topic: Can't use pySerial
Replies: 7
Views: 7626

Re: Can't use pySerial

Change the name of your own script so that it does not have the same name as the module you are trying to import. Something like - mv serial.py my_serial.py python my_serial.py Unfortunatelly it does not work :/ pi@xkontipi ~ $ python my_serial.py Traceback (most recent call last): File "my_serial....
by xkonti
Tue Apr 29, 2014 8:38 pm
Forum: Python
Topic: Can't use pySerial
Replies: 7
Views: 7626

Can't use pySerial

Hello! For few hours i'm trying to communicate my Raspberry Pi with Arduino Due by serial port. Unfortunately I cant get pySerial module to work. I installed pySerial: pi@xkontipi ~ $ sudo apt-get install python-serial Reading package lists... Done Building dependency tree Reading state information....

Go to advanced search