» PalmToVVVV
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

PalmToVVVV

{picture file=img/wiki_up//palmVseriell.png} {picture file=img/wiki_up//PalmEmulator.png}

Utilizing a PalmV as additional input device :o)
The touch screen of a palm V sends pen coordinates to serial port. I converted the data to midi and controlled some midi music apps via palm. A lot of possibilities with a more sophisticated BASIC interface - bidirectional!

  1. !/usr/local/bin/sbasic -g

'

 ' Using pen() function
 '
 print "Use MemoPad key to break "
 print "or 'x' to exit"
 open "com1:" AS #1
 pen on
 while pen(0)=0:wend
 pset pen(4),pen(5)
 while 1
    k=inkey$
    if k then
        if k="x" then goto QUIT
    fi
    if pen(0)
    pos="x"+pen(4)+"y"+pen(5)
        print #1,pos
    fi
 wend
 label QUIT
 pen off
 close #1

the Palm com port is running with 9600,8,1

{picture file=img/wiki_up//PalmSerial.jpg}

anonymous user login

Shoutbox

~6min ago

christosk: What's the node to use in order to separate elements inside a string by using slashes? Separate doesn't give a Slash enumeration.

~3h ago

metrowave: vvvv not loading, it says 'no DLLs were found in the waterfall procedure' to do with error at loading ippSP library. any ideas?

~5h ago

fjen: Kaiser #BYOB this saturday ... check forum for details

~5h ago

catweasel: is there a max number of audio outs? I seem to have found one...

~7h ago

manuel: @cat thats quite a lot of money. im intereseted in the automatic calibration

~7h ago

manuel: I remember had a problem with framebuf on b25, but didn't find the forum thread about it.

~7h ago

u7angel: @mediadog, framebuf works with 27.2. i just tried it. no idea whats your problem with it.

~8h ago

manuel: @u7: upsss...

~9h ago

mediadog: @u7angel: actually looking for slow background averager; text q gives 2 diffs, where obj is and where it was

~9h ago

microdee: personally i don't recommend pre-ordering leap until they don't release a white-paper or some technical explanation what it does.