Re: [PD] Pduino: change read speed

2007-01-14 Thread Roman Haefeli
On Sun, 2007-01-14 at 14:31 -0500, Hans-Christoph Steiner wrote: On Jan 13, 2007, at 12:27 PM, Roman Haefeli wrote: On Sat, 2007-01-13 at 10:50 -0500, Martin Peach wrote: Also you could try changing the checkForInput function so that it stays there longer: Change: void

Re: [PD] Pduino: change read speed

2007-01-13 Thread Roman Haefeli
On Sat, 2007-01-13 at 01:17 -0500, Martin Peach wrote: Roman Haefeli wrote: hello i recently ordered two arduino boards and now i try my first steps with it. i downloaded Pduino-0.2 and uploaded the firmware to the chip. i encountered a little, but sometimes annoying problem, when

Re: [PD] Pduino: change read speed

2007-01-13 Thread Roman Haefeli
On Sat, 2007-01-13 at 03:59 +0100, Christian Klippel wrote: Am Samstag, 13. Januar 2007 03:31 schrieb Roman Haefeli: hello [...snip...] would it be easy to change the code of the firmware, so that it sends the values of each analog input with a fixed rate (e.g. 100 Hz)? i am not

Re: [PD] Pduino: change read speed

2007-01-13 Thread Roman Haefeli
On Sat, 2007-01-13 at 10:50 -0500, Martin Peach wrote: Roman Haefeli wrote: On Sat, 2007-01-13 at 03:59 +0100, Christian Klippel wrote: Am Samstag, 13. Januar 2007 03:31 schrieb Roman Haefeli: hello [...snip...] would it be easy to change the code of the

Re: [PD] Pduino: change read speed

2007-01-13 Thread alejo d
hi roman, i was having similar issues not long ago in my attempt to control a step motor from pduino, the lag was 7 seconds and there was a noise that always bounced back from the arduino to pd that was interfering with the control number i was sending, depending on the speed i was using 115200

[PD] Pduino: change read speed

2007-01-12 Thread Roman Haefeli
hello i recently ordered two arduino boards and now i try my first steps with it. i downloaded Pduino-0.2 and uploaded the firmware to the chip. i encountered a little, but sometimes annoying problem, when using the board with [arduino]-object. when i enable one or more analog inputs, the arduino

Re: [PD] Pduino: change read speed

2007-01-12 Thread Christian Klippel
Am Samstag, 13. Januar 2007 03:31 schrieb Roman Haefeli: hello [...snip...] would it be easy to change the code of the firmware, so that it sends the values of each analog input with a fixed rate (e.g. 100 Hz)? i am not a c programmer, anyway i tried to search for kind of a delay function

Re: [PD] Pduino: change read speed

2007-01-12 Thread Martin Peach
Roman Haefeli wrote: hello i recently ordered two arduino boards and now i try my first steps with it. i downloaded Pduino-0.2 and uploaded the firmware to the chip. i encountered a little, but sometimes annoying problem, when using the board with [arduino]-object. when i enable one or more