What i did is you use the PhaseAlator software form Tigerbotics.com. The Attachment has common words already created which is from Tigerbotics.com. Sort of a dictionary. Welcome = \WW \EHLE \KE \UX \MM so you take \WW \EHLE \KE \UX \MM plug it into the phaselator phrase editor say data and it gives you a code 20, 96, 21, 114, 22, 88, 23, 5, 147, 159, 194, 134, 140 after you click the view code button. You plug that into the stamp code and it says welcome. Since there is no rx tx between the stamp and the speakjet you need the pause in there in order for it to complete the word othere wise it cuts it off and goes into a gibberish loop. Basiclly you just transmit to the speakjet.
Newzed said...
Your images would be much more visible if you reduced the size to about 8 inches in the largest dimension before you saved and posted them.
Sid
I disagree. The Hi Resolution of his images allows me to see the circuit board and it's components in great detail (right down to the chip part numbers). My browser can resize the images to fit within the browser window (an option in both firefox and IE) and allows the option of seeing them in their high-resoltuion format if I desire. If there's too much image, I can make it smaller. If it's not there, I can't make it bigger without it pixelating into a mess. I like hi res.
I can kinda see some people's problem with hi res. dial up. I had it untill i got the best thing man invented .dsl. if you have dialup five minuts later you might be able to see the whole picture
Comments
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
' {$STAMP BS2}
' {$PBASIC 2.5}
start:
SEROUT 0,$0054,[noparse][[/noparse]20, 96, 21, 114, 22, 88, 23, 5, 147, 159, 194, 134, 140] 'code for "Welcome"
PAUSE 1000
GOTO start
What i did is you use the PhaseAlator software form Tigerbotics.com. The Attachment has common words already created which is from Tigerbotics.com. Sort of a dictionary. Welcome = \WW \EHLE \KE \UX \MM so you take \WW \EHLE \KE \UX \MM plug it into the phaselator phrase editor say data and it gives you a code 20, 96, 21, 114, 22, 88, 23, 5, 147, 159, 194, 134, 140 after you click the view code button. You plug that into the stamp code and it says welcome. Since there is no rx tx between the stamp and the speakjet you need the pause in there in order for it to complete the word othere wise it cuts it off and goes into a gibberish loop. Basiclly you just transmit to the speakjet.
I disagree. The Hi Resolution of his images allows me to see the circuit board and it's components in great detail (right down to the chip part numbers). My browser can resize the images to fit within the browser window (an option in both firefox and IE) and allows the option of seeing them in their high-resoltuion format if I desire. If there's too much image, I can make it smaller. If it's not there, I can't make it bigger without it pixelating into a mess. I like hi res.
Vern
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔