Just to be clear, You do not need Applescript to connect to the Arduino from
LiveCode. Although you can if you want. In the stack I uploaded to onrev there
were four cards and one of them was a card that allows you to connect to the
port and communicate with it and then to disconnect the port.
One of the scripts i was using to connect to the arduino in OSX:
Global gThePort
on mouseUp
put getMacUSBDriver() into gThePort
if last char of gThePort is cr then delete last char of gThePort
replace "tty" with "cu" in gThePort
put gThePort into thePort
put quote & thePort & qu
What version of lc are you using? If pre 5.5 then thats most likely the
problem. I'll save it as a legacy in just a sec, then you can try again
*same link as before*.
Ok, saved and synced should be there for you. Though honestly theres not
much to the stack, just a quicky serial stack.
Also be
Skip, please do not go off of the list with your questions as there are
others out there that need educating, me being one of them.
Mike, thanks for the sample stack and sketch. I'm running on OS X and the
sketch came through OK, but the stack was what looked like a mixture of text
and bin
I use the Uno rev 2 on the Mac and it works great. There is a couple of tricks
to opening the driver but once you got that it works great.
-- Tom McGrath III
http://lazyriver.on-rev.com
3mcgr...@comcast.net
On Jul 11, 2012, at 10:05 AM, Magicgate Software - Skip Kimpel wrote:
> Can you give me
Don't think anyone minds the questions on list, but shoot me questions
offlist if you want. I have to say though i'm not one of the heavyweights
around here, so you might get better answers posting to the list.
On Wed, Jul 11, 2012 at 5:20 PM, Magicgate Software - Skip Kimpel <
s...@magicgate.c
Mike,
It work perfectly! So, for the record, Uno rev3 works and
communicates on a Win7 machine. Thank you so much... this will also
be a great base for me to work off of!
I have some more questions for you but I am going to go off list for
that, I think I have innodated everybody's email box la
Here is a very simple stack that talks to the arduino.
https://dl.dropbox.com/u/11957935/simpleArduinoComm.livecode
Here is the sketch I used to make sure the stack is working.
https://dl.dropbox.com/u/11957935/arduinoserial.ino
Not pretty but works ok.
Connect button connects (yes, i'm captain
I am able to communicate and upload the blink example from sketch so I
am able to communicate with my computer (PC)
A "simple stack as an example" might be exactly what I need to put me
on the right track :) Thanks!
___
use-livecode mailing list
use-li
Well first step is see if you can load a program into it using the arduino
dev stuff. (I assume the rev 3 uses usb as a serial port yes) Well if you
can shove a program into it then you're connected! Might look at the blink
program as it can use the on board led so no wiring necessary for the fi
Just picked up a Uno rev3... got any quick, simple tests I can run on
it to confirm level of connectivity?
SKIP
On Wed, Jul 11, 2012 at 12:29 PM, Mike Bonner wrote:
> I haven't nor have I used the mega or the single stick boards. Just the uno
> rev 2.
>
> Don't know what others are using of cour
I haven't nor have I used the mega or the single stick boards. Just the uno
rev 2.
Don't know what others are using of course.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your sub
Have you or anybody else use the arduino rev3?
SKIP
On Wed, Jul 11, 2012 at 11:22 AM, Mike Bonner wrote:
> I'm using the arduino uno *rev 2* on win 7. I think there were some issues
> on mac and the workaround was to use applescript as a middleman between lc
> and the arduino.
>
> The beagleboar
I'm using the arduino uno *rev 2* on win 7. I think there were some issues
on mac and the workaround was to use applescript as a middleman between lc
and the arduino.
The beagleboard seems very cool too (and runs angstrom linux!) but since
its arm based, can't run LC directly.
http://beagleboard
Can you give me an insight as to which Arduino board that LiveCode is
working with? There seems to be some conflicting reports online and
some potential issues with the newer versions of LC.
Any help would be greatly appreciated!
___
use-livecode maili
In regards to the below listed Phidget, the IR Phidget, if somebody
wants to take this on, let me know. I have a spare device I could
send you to play with.
It is being used for a project to help disabled people computerize
their remote controls. I started up a website called at-needs.com
last y
Here is the link to the programming guide to Phidgets:
http://www.phidgets.com/programming_resources.php
At the bottom of this PDF file, there is detailed instructions for
extending the functionality to other Phidget devices:
http://www.phidgets.com/documentation/Tutorials/Getting_Started_LiveCode
Mark, can you point me in the direction of a sample or two ?
I'm also interested in communicating with PLC's.
Tnx, Bob...
> Not Phidgets, but several of us have written code for arduino boards.
Bob Earp
White Rock, British Columbia.
___
use-liv
Do any of you have experience with the beagleboard? Either beaglebone or
the beagleboard xm?
If so, please share thoughts. I've been working with arduino but am
intrigued by the beagle. Money is tight though so opinions and
recommendations would be appreciated.
_
I am currently working on the iOS serial library with Mark Waddingham from
RunRev which will work with the Arduino and I am thinking should work with any
device that uses serial commands. I use mergExt's mergAccessory external to
register the RedPark iOS to Serial TTL cable and then use the iOS
Hi.
I have watched phidgets for a while. But the Bonig & Kallenbach devices are
more powerful, although more expensive. Same sort of interface and thought
process, though. But it sure would be nice to have cheaper gadgets.
I go back quite a ways with these sorts of toys. I also find them loa
Skip-
Sunday, July 8, 2012, 7:49:02 PM, you wrote:
> So one of areas that I like to work on is external hardware devices.
Not Phidgets, but several of us have written code for arduino boards.
--
-Mark Wieder
mwie...@ahsoftware.net
___
use-livecode
22 matches
Mail list logo