Search found 13 matches

by blueslow
Wed Aug 26, 2015 4:22 am
Forum: General Discussion and Questions
Topic: How can pwm timers be synchronized
Replies: 6
Views: 5581

How can pwm timers be synchronized

HI I have two timers as pwm that drive two pins. How can the timers (actually pin output) be synchronised upon start and change of PWM width? I would like to do this in python, without inline assembler or DMA. With the attached code below I get the following results. I can't tell the difference betw...
by blueslow
Tue Feb 24, 2015 7:12 pm
Forum: MicroPython pyboard
Topic: Multiple ttys over the USB
Replies: 2
Views: 3008

Re: Multiple ttys over the USB

Thanks Damien for the reply! I will check out tools/pyboard.py script.
by blueslow
Wed Feb 18, 2015 5:48 pm
Forum: MicroPython pyboard
Topic: Multiple ttys over the USB
Replies: 2
Views: 3008

Multiple ttys over the USB

Hi!

For example I would like to have /dev/ttyACM0 for the REPL and another terminal device, lets say /dev/ttyACM1 for input and output to an application, all of these transmitted over th USB connection.

Is it possible to create multiple ttys over the pyboard's USB port?
If so how can it be done?