Hi Scott, I have successfully used the Telit GM862 modems for a couple of designs with great success. These have been embedded modules requiring a power supply...
Wow, Scott...your modem issues sound a lot like some that I've experienced (poor AT command documentation and modems that get hosed and will only come out if...
Don't have any advice on the SMS part, but I do regarding the hardware interface. Make sure you can programmatically remove power from whatever device you...
hi, yeah, of course u can implement that. make it sure u create a lib for each profiles of BT device. which BT device u r ging to use? Regds, Harshil Shah...
... Multitech is one I'm looking at. GSM is a worldwide standard, so SMS should work with any carrier (data may need different connect sequences.) Would need...
While SMS is easy enough to handle, when you step past that in the future, you can spend a LOT of time chasing your tail. The TELIT modules are hard to beat....
I use Telit GSM862 for SMS messaging in an instrument and can vouch for Telits documentation, its superb. On the other hand I am having problems trying to get...
I have some ethernet to serial converter made around RCM2200 in the field from several years now and some of them are experiencing data lost on flash file...
100,000 write cycles ? Perhaps you should detect the failure in software, then move to a new page/block of flash , MC SL4P From: rabbit-semi@yahoogroups.com...
... This is not a problem for me, I need to write the file just 1 time and then it is open in read only mode. ... But my software writes the file just 1 time,...
Hello I am using rabbit4000 under ucosII Part of the code monitor and log errors(Id and discription) error discription is provided in string and due to...
I'm wondering if anyone has developed a method of upgrading the firmware in the field through Ethernet on the RCM5700? Since the devices my company supplies...
Thanks for your help. I tried your solution and is not valid. I've solved the problem. What I have done is to keep all strings (codes) in extended memory ->...
cof_serXread, costates, and serial E and F interfering with each other. Platform: BL4S200 Dynamic C 10.56 OK, things are working quite well with the BL4s200...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rabbit-semi group. File :...
rabbit-semi@yahoogrou...
Nov 6, 2009 1:54 pm
39525
... Did not look at the code much. You can use multiple ports with no problem. It might be just DC bugginess with costates. I have seen once code reaches a...
... rats. dead end for me on the Coexec. Someone just told me about ser_xrdUsed() anybody know if that is the solution (and the solution to the infinite wait...
I'm using Dynamic C 10.54 and just re-installed to make sure I hadn't corrupted a file along the way. I have other IP based applications working perfectly,...
Works under Dynamic C 10.50. Doing some debugging inside the snmp library, my suspicion is that the assembly language routines aren't correctly interfacing to...
Try leaving off the "enterprise", i'm not 100% sure if it's enterprise, or enterprises. Secondly, the same exact code works on a different version of DC? ...
... The sdflash_inspect.c sample only works on boards with an SD Card (RCM4300 series and the SBC based on the RCM4310). The fat_create.c sample works on all...
... Dynamic C 10.54 included a "RemoteProgramUpdate" library and samples that work with a lot of the 4000/5000 products, but the RCM5700 isn't on the list of...
Hi, Some of my latest designs use the RCM5700 which has a 1M Flash The program itself is pretty small, but it would be great if I could store the system...
Got it thanks.  I got the example program fat_create.c to work on my single board computer, the BL4S200 So given that the example program works, how do I...
answered my own question. the answer is yes you need to seek to the end of the file as so: fat_Seek (&my_file, 0, SEEK_END); note the 0 not -1. ... From:...
PROBLEM FIXED!!! Rabbit Tech Support found the problem. I've tested it with my app and their sample SNMP1.C and it certainly works much better. In Snmp.lib...