questions on interfacing with Real Basic on os X
hello, i new ardino have lots of great ideas. i know how turn on , off led @ pin want take step further. i'm novice programer. i'm running mac os x 10.4.7 on powerbook g4. i want able run real basic , push button in a gui program turn on or off output or vice versa light field on real basic. basically want ot add gui capabities on simple on off scale purpose. i want eventully make monitoring , relay control system fish tank this. so there simple real basic turtorials out there arduino? thanks in advance.
hello
i use realbasic talking arduino in couple of products (for example http://www.interactiondesign-lab.com/idshop/product_rfidmonamour.html)
i should extract code , paste on playground take me ages... in meantime use example called "serial_read_basic" find in arduino already.
whenever send h turn on led... can use strarting point.
one realbasic side use code (this rough now)
given have object called serial1 on window
this code opens communication port , talks arduino.
sending h
check in realbasic , you'll find info need
be ready write article playground experiments
massimo
i use realbasic talking arduino in couple of products (for example http://www.interactiondesign-lab.com/idshop/product_rfidmonamour.html)
i should extract code , paste on playground take me ages... in meantime use example called "serial_read_basic" find in arduino already.
whenever send h turn on led... can use strarting point.
one realbasic side use code (this rough now)
given have object called serial1 on window
code: [select]
serial1.serialport=system.serialport("/dev/usbserial-3b1")
if serial1.open then
serial1.write("h")
else
msgbox "the serial port not opened."
end if
this code opens communication port , talks arduino.
sending h
check in realbasic , you'll find info need
be ready write article playground experiments

massimo
Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > questions on interfacing with Real Basic on os X
arduino
Comments
Post a Comment