I am running MacOS 10.3.3. -Chuck- ... -- Fight Spam! Join CAUCE! == http://www.cauce.org/...
Chuck Rice
Chuck@...
Apr 1, 2004 11:43 am
253
What causes the Lost and found messages? -Chuck- [~/teleo/samples] chuck...
Chuck Rice
Chuck@...
Apr 1, 2004 5:13 pm
254
I only have one Module, the Mini Starter module. But I added some code to tmt to get the module count and in my main program, it tells me I only have one...
Chuck Rice
Chuck@...
Apr 2, 2004 3:30 am
255
Hello Chuck, I'll have to double check in the code, but I think that what you are seeing is that the Intro Module is, in a sense, two modules: a USB Translator...
Is the source for TeleoModuleManager.c available? -Chuck- (gdb) s TMM_buttonPressCallbackSet (tmm=0x1002c0, buttonPress=0x28e0 <buttonPress>) at...
Chuck Rice
Chuck@...
Apr 2, 2004 6:14 am
257
I think it is this line: TMM_moduleFindCreate( teleoModuleManager, "3", "3", NULL, &mioTest ); in TeleoModuleTest.c that is creating the phantom module. I do...
Chuck Rice
Chuck@...
Apr 2, 2004 6:21 am
258
Yep, I do believe you're right. The general philosophy is that if a NULL is given in the place of the address, then the caller is asking the system to find the...
... That seems to work great! Thanks. I will play with it some more tomorrow. -Chuck- -- Fight Spam! Join CAUCE! == http://www.cauce.org/...
Chuck Rice
Chuck@...
Apr 2, 2004 9:31 am
261
Hi all, I¹ve just bought a whole bunch of sensors from making things, I¹m using the cookbook to wire some of this sensors but there are others that don¹t...
... I have only tried the Long Range Infrared Proximity Sensor so far, but it is wired: Red +5 Black Ground Yellow Ain0 And that is all you need....
Chuck Rice
Chuck@...
Apr 2, 2004 3:19 pm
263
The: #ifndef __cplusplus // built-in type in c++ typedef unsigned char bool; #endif in TeleoTypes.h conflicts with #include <curses.h> I am a C...
Chuck Rice
Chuck@...
Apr 2, 2004 6:22 pm
264
Hi Chuck, Interesting. I don't get that. Possibly a different version of curses.h? My /usr/include/curses.h, around line 80, says: * A further complication is...
That appears to fix it. At least it compiles both with and without curses.h included now. -Chuck- ... -- Fight Spam! Join CAUCE! == http://www.cauce.org/...
Chuck Rice
Chuck@...
Apr 2, 2004 8:19 pm
266
Hi Andre, 1. Force Sensor The Force Sensor is a resistive sensor. You should have received a 10K resistor as well. Hookup is very similar to the photocell, so...
When a program such as intro_chart starts up to monitor the Intro Module, it starts oputing values right away. But they are all zero. After 10 seconds, I start...
Chuck Rice
Chuck@...
Apr 3, 2004 12:34 am
270
Hi Chuck, When you call the create function, an appropriate structure is allocated and populated in various levels. However, the created device is not really ...
Ok. I addes a device bound callback to the intro_chart program. The result is below. Explains most of the delay, though it looks like more than 5 seconds....
Chuck Rice
Chuck@...
Apr 3, 2004 8:14 am
272
Hiya, I have just put up on our website a modified version of our shared library for Teleo Max. If no Teleo hardware is found, the original library tries to...
I am a bit confused here. What is the difference between a callback and a system callback? // assign the callbacks TC_receiveCallbackSet( teleoChannel, receive...
Chuck Rice
Chuck@...
Apr 4, 2004 7:00 pm
274
Hi ( Michael ! ) (Sorry .... I just started with Teleo, not sure if anyone has asked this question before ....) If I don't attach the Teleo, the MAX patch (...
Hi Stan, Are you using OS 10.3? If so, there is an experimental replacement library which might help. Get it from our downloads page. Please let me know how it...
Hi Chuck, Nope. Your C nuance knowledge would seem to be intact. The ampersand form (for TC_outputCallbackSet( ) and for TC_timerRequestCallbackSet() ) is...
I think that the functions TIntroAin_minSet( sensorAin1, 0.0 ); TIntroAin_maxSet( sensorAin1, 500.0 ); are missing. At least I cannot find them and it seems...
Chuck Rice
Chuck@...
Apr 6, 2004 8:10 am
278
Um, sorry about the post - it's already been answered. My bad for not reading all the posts. Sorry. I'll check out the revised library pronto. -Ben...
... Re: [makingthings] Wiring specific sensors help! Hi! sorry to bother again, but Im still dueling in here to wire my Infrared Proximity Sensor & Tilt...
Hi Chuck, Historically, we had implemented scaling functionality to mirror the Max components where it is very appropriate and saves a lot of messing around. ...
I also am wondering about this. When I open a patch with Teleo objects (and no module connected) it causes a message something like 'not our module' to be...