Karnhwa, I think the problem is situated in the ID block of the RCM2200. In a BL2100 that ID block is different than the ID block of a 'pure' RCM2200. Dynamic...
Is there any programmatic link in the libraries between server_spec.realm (tcp.lib) and Http_Realm.realm(http.lib)? I have looked but I can’t seem to find...
Is it possible to include the BIOS-related functions in the .MAP file for my app? I'm working with CLONE.LIB (and the flash writing libs) and I'd like to do...
The BIOS map is in \BIOS\RabbitBios.Map. ... file ... those ... app...
9315
Gene Fodor
efodor@...
Oct 1, 2002 10:48 pm
The bios has its own map file. It is located in the bios directory, and should contain the information you are looking for. Regards, Gene Fodor Z-World...
Hey BobG I think a lot of the Yankee success may have to do with the relaxed strike zone offered to Yankee pitchers. As a Texas resident, I'm at least happy...
Sorry, now that I re-read my post, I guess it sounded sarcastic. I didn't mean it to. Today I received another core module and snapped it in place of the old...
I think i purchased my dev kit when the Rabbit 2000 first came out, that sets the time roughly. My programming cable is a 9way D to a single 2x5 connector, for...
futher to my other post does anyone have a part number of the socket on the end of the programming cable, maybe Rabbit can quote a supplier. I just want to mod...
I have build my own Rabbit project and allmost all is ok, but i have replaced the MMBT5088LT1 backup battery transistor with NPN MMBT3904....If I switch off...
I can't see where Samtec sell just the connector. I looked a few weeks ago, and can only find cable assemblies. If you're in the UK, try Toby Connectors...
I thought it worked well as sarcastic:-) --BobG ... From: electronic_newbie [mailto:electronic_newbie@...] Sent: Wednesday, October 02, 2002 2:21 AM To:...
Hi Folks, Just letting you all know that I'm still alive and kicking. I have been lurking and reading. I've seen a few posts that I could have responded to,...
What are the rules for putting #defines in library files? Sometimes I can get away with that, and sometimes I have problems. I want the #defines to work...
The Samtec TCSD with the -S (single) end option has the connector and just a length of wire (you specify). Or you can specify any number of connectors ...
If you #use files, start them all off with a blank header definition like: /*** Beginheader */ #define xxx #define yyy /*** EndHeader */ and the xxx and yyy...
Hello Everybody: I have a program that send a char array using an UDP socket. The problem is that I sometimes I need to send 0 (zero) (Not the character 0, but...
I need to set the correct time in my rabbit. I am able to get the time from my PC software in the current seconds, minutes, hours, day, month and year. Looking...
Have a look at the standard RTClock/setrtckb.c sample. As demonstrated there, when setting the RTC it isn't necessary to set a value in the tm_wday structure...
I send seconds since 1980 straight to the rabbit and then: SEC_TIMER=ulTime; tm_rd(&tm1); tm_wr(&tm1); where tm1 is a tm structure. ulTime is the 4 byte value...