Page 1 of 1

Help — Using LinkM With Other I2C Gear

Posted: Thu Dec 02, 2010 7:21 am
by avenue33
Hi!

My goal is to use LinkM to send / receive I2C messages directly to another I2C gear.
LinkM is HID and so it isn't considered as a COM port.

Has someone find a way to use LinkM with another i2C gear on a Mac :?:

I was hinted to consider "linkm-tool" and "linkm.sh" at the :arrow: linkm Google code repository.

My configuration is: Mac OS 10.6.5, X11, Xcode 3.2.4.
I don't have a strong experience on Terminal or Unix commands.
I had a look at the c_host/Makefile

1.
Code: Select all
# Mac OS X: "sudo port install libusb-legacy +universal" using MacPorts
MacPorts is required, as well as libusb-legacy.
I installed both successfully, with MacPorts-1.9.2-10.6-SnowLeopard

2.
Code: Select all
USBLIBS  =  /opt/local/lib/libusb-legacy/libusb.a
Is libusb also required?
I installed it but the libusb.a is on the /opt/local/lib/.
Shall I modify
Code: Select all
USBLIBS  =  /opt/local/lib/libusb-legacy/libusb.a
into
Code: Select all
USBLIBS  =  /opt/local/lib/libusb-legacy/libusb-legacy.a
or into
Code: Select all
USBLIBS  =  /opt/local/lib/libusb.a
3.
To put it simpler,
  • Has someone be successful compiling "linkm-tool" and "linkm.sh" on Mac?
    or
  • Has someone find a way to use LinkM with another i2C gear on a Mac?
Thank you for your help :!:

Re: Help — Using LinkM With Other I2C Gear

Posted: Sun Dec 05, 2010 1:04 am
by avenue33
Hi!

Has someone find a way to use LinkM with another i2C gear on a Mac :?:

or all LinkM users are Wintel based :wink:

Thanks.

Re: Help — Using LinkM With Other I2C Gear

Posted: Thu Jan 27, 2011 3:56 pm
by avenue33
Case solved :wink:

:arrow: Connecting Arduino Slave and LinkM Master by I2C on Mac OSX

Next step: Xcode for Arduino and LinkM :!: