Maxuino and max 5

Hi!
I have a question:
I want to use maxuino to connect my arduino to max/msp.
When I want to control e.g. a servo motor it uses the [live.slider] object.
As you may know – the [live.slider] object exists only in max 6 – I have max 5…
Is there a way to replace [live.slider]? I already have tried [float] and [slider] but with no succes.
(I want to control through max/msp my arduinos the pwm ports and a stepermoter)

(second) Also, i found it strange that the green circle messages work, but the red ones don't…
If the slider and float doesn’t work, than (according to my ‘logic’) than a message object [analogWrite 9 0.5] should work – right?
But sadly it doesn’t. Can you tell me why?

My Arduino is connected correctly. I tested through Firmata_Test.exe (firmata.org) and everything works. The digital output works through maxuino – even at pin 9 (digital).
sorry for my english, i’m not a native speaker but I do my best :slight_smile:
Thanks in advance for your help!
-Mark

Update: I also tried it on another arduino - that one it doesn't work also as it should..