Search found 10 matches

by Ruedi
Fri Jun 02, 2017 3:29 pm
Forum: MicroPython pyboard
Topic: Cannot install driver for serial communication
Replies: 3
Views: 7672

Re: Cannot install driver for serial communication

Thanks a lot kwagyeman, now a driver could be installed.
by Ruedi
Wed May 24, 2017 10:48 am
Forum: MicroPython pyboard
Topic: Cannot install driver for serial communication
Replies: 3
Views: 7672

Cannot install driver for serial communication

I cannot install a driver via pybcdc.inf on one of my PCs (W7-Professional-64bit). On the device managers control panel I get <Pyboard Virtual Comm Port in FS Mode> If I now try to <Update Driver Software...> <Browse for driver software on your computer> <Search for driver software in this location>...
by Ruedi
Tue Apr 11, 2017 5:19 pm
Forum: General Discussion and Questions
Topic: Preserving settings as initials for a new session
Replies: 2
Views: 2702

Re: Preserving settings as initials for a new session

Hi pythoncoder
Thanks a lot, your advice was very helpful
by Ruedi
Mon Apr 10, 2017 2:35 pm
Forum: General Discussion and Questions
Topic: Preserving settings as initials for a new session
Replies: 2
Views: 2702

Preserving settings as initials for a new session

Hi, out there. Maybe someone can present the decisive hint to achieve this: I want to preserve values arrived by lcd.get_touch() in RAM and/or in main.py to be used as initial settings for a new session. And this is what I tried (the following is examplary): In main.py I declared a list exch=[0, 1, ...
by Ruedi
Fri Feb 24, 2017 8:04 am
Forum: MicroPython pyboard
Topic: Activating the LCD160 on top of the pyboard 1.1
Replies: 9
Views: 6952

Re: Activating the LCD160 on top of the pyboard 1.1

Thanks a lot from a beginner, chuckbook
by Ruedi
Thu Feb 23, 2017 2:04 pm
Forum: MicroPython pyboard
Topic: Activating the LCD160 on top of the pyboard 1.1
Replies: 9
Views: 6952

Re: Activating the LCD160 on top of the pyboard 1.1

>>>lcd.erase() did the job

Was hidden under MicroPython Documentation, Release 1.8.7, sheet 115, "Drawing primitive shapes". Should better be situated under "Setup Commands", as I would propose.
by Ruedi
Thu Feb 23, 2017 11:58 am
Forum: MicroPython pyboard
Topic: Activating the LCD160 on top of the pyboard 1.1
Replies: 9
Views: 6952

Re: Activating the LCD160 on top of the pyboard 1.1

Hi chuckbook, thanx for your advice, unfortunately not working.
This is the script I'm using it with:

>>>import lcd160cr
>>>lcd=lcd160cr.LCD160CR('X')
unwanted label and info are displayed
>>>lcd.write(b'\x02fn')
no change
by Ruedi
Thu Feb 23, 2017 8:58 am
Forum: MicroPython pyboard
Topic: Activating the LCD160 on top of the pyboard 1.1
Replies: 9
Views: 6952

Re: Activating the LCD160 on top of the pyboard 1.1

Hi there, can someone help me with this subject: In order to realize my display projects I want to get rid of the initially shown MicroPython logo and the display info. Tried these two setup commands: LCD160CR.set_startup_deco(value) and LCD160CR.save_to_flash() with the parameters pointed out in "M...
by Ruedi
Wed Feb 22, 2017 11:12 am
Forum: MicroPython pyboard
Topic: Activating the LCD160 on top of the pyboard 1.1
Replies: 9
Views: 6952

Re: Activating the LCD160 on top of the pyboard 1.1

This was the crucial advice, thank you tine3700
by Ruedi
Tue Feb 21, 2017 4:15 pm
Forum: MicroPython pyboard
Topic: Activating the LCD160 on top of the pyboard 1.1
Replies: 9
Views: 6952

Activating the LCD160 on top of the pyboard 1.1

Hi there, I'm pretty new with MicroPython and the Pyboard v1.1 and therefore still a bit unsafe. I activated the board successful and then I tried to activate the LCD160CR. Unsuccessful. This is what I did: Following the tutorial on micropython.org https://micropython-pfalcon.readthedocs.io/en/lates...