Search the web
Sign In
New User? Sign Up
rabbit-semi · Group for Rabbit C-programmable micros
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 37288 - 37317 of 39534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37288
Hi I am looking for references and best solution for rabbit online firmware upgrade using ethernet. I use 3720/3700 modules. Ready to purchase if get good...
pzanwar
Offline Send Email
Jan 1, 2008
5:11 pm
37289
Scott Henion's updater "works for me". Dan......
Dan Allen
maesoftgroup
Offline Send Email
Jan 1, 2008
8:39 pm
37290
Hi there, I am trying to send an SMS once a GPRS connection has already established. In fact SMS will contain GPRS IP, so cannot stop and restart GPRS...
dtriskel
Offline Send Email
Jan 2, 2008
7:51 pm
37291
Pankaj, I've used Scott Henion's downloader for a few years and it works great. It's simple, easy to use, and reliable. It's also cheap -- $125. You can find...
Kyle Rhodes
kylerhodes123
Offline Send Email
Jan 2, 2008
7:54 pm
37292
Hi 1. If you are using the Wavecom modem then there is no need to use the PPP lib. 2. Using simple AT commands you can connect via GPRS. 3. Once...
Alexis
alexisjhn
Offline Send Email
Jan 2, 2008
8:00 pm
37293
Using only AT commands I get a bunch of bytes followed by a "NO CARRIER" message. After that GPRS connection is lost. Anyway I need to establish an IP...
dtriskel
Offline Send Email
Jan 3, 2008
4:15 pm
37294
There may be another way to achieve this. Modems have hardware handshake lines. I cannot remember which one, but de-asserting it will also suspend the GPRS...
Alexis
alexisjhn
Offline Send Email
Jan 3, 2008
6:41 pm
37295
Dear Rabbit Community, I'm starting a project based on the RCM4400W core module. I plan to have it finished by February. Please feel free to visit the blog at...
rnt_cst
Offline Send Email
Jan 4, 2008
2:19 am
37296
Have not used your particular equipment but in Hayes compatible equipment (Hayes defined the AT command set) the S12 register sets the guard time. The guard...
Larry Kilmer
lkkilmer
Offline Send Email
Jan 4, 2008
1:13 pm
37297
Thanks everyone. I looked up the suggested parts, and Maxim parts do seem a bit difficult to come by. And they don't seem to be cheap either. Can anyone think...
zakhaku
mahimranjan
Offline Send Email
Jan 4, 2008
4:24 pm
37298
First of all, thanks for helping Alexis :-D. I had also taken a glance to that way, but I had read it is only possible to stop GPRS connection using DTR or DSR...
dtriskel
Offline Send Email
Jan 4, 2008
6:08 pm
37299
... The Microchip MCP3208SL is relatively inexpensive for 12-bit: Price Break from DigiKey Unit Price 1 4.58 25 2.90 100 2.64 I have a driver for...
Scott Henion
shdesigns2003
Offline Send Email
Jan 4, 2008
6:25 pm
37300
... What kind of precision do you need? May I suggest something like an ATTiny26? Not a dedicated A/D, but you can do 8 channels, 10 bit and run serial....
Mike van Meeteren
cirusrabbit
Offline Send Email
Jan 4, 2008
9:01 pm
37301
... Yes, I have been tempted to use a PIC controller (a bit more $ for precision.) But would use a simple serial interface instead of SPI/I2C. I have used them...
Scott Henion
shdesigns2003
Offline Send Email
Jan 4, 2008
9:21 pm
37302
If your application is large or small, cool or routine, we want to hear about it. We are collecting submissions for use in our Rabbit eNews Update and the...
leeanna.kamp
Offline Send Email
Jan 5, 2008
12:36 am
37303
I have got to say my experience of Maxim is very good. In fact they are quite generous people. You can order FREE samples from there website if you just need...
neil2452
Offline Send Email
Jan 5, 2008
12:06 pm
37304
hello everyone , iam using rabbit processor 4000.i need to use sockets . i want to connect it with LINUX OS or VXWORKS(which is a real time OS). can...
chitha ranjan
ranjan82_g2002@...
Send Email
Jan 6, 2008
12:02 am
37305
hello everyone , when iam trying to read the value of output in parellelport C in rabbit 4000 ,iam getting the output of 32,48,16 in stdio window.can...
chitha ranjan
ranjan82_g2002@...
Send Email
Jan 6, 2008
12:02 am
37306
Hi, Some remarks: as far as I know, the Wavecom modules cannot be used to send SMS while connected via PPP. Therefore you need to tear the PPP connection down...
lixpaulian
Offline Send Email
Jan 6, 2008
6:05 pm
37307
The +++ approach is very slow. There is a way to use a control line to switch the modem into command mode (this may be something you need to configure but I...
Nathan Johnston
nb_johnston
Offline Send Email
Jan 6, 2008
10:30 pm
37308
It is possible to get the GSM/GPRS provider to setup a private GPRS network for you. This removes the firewalls etc. We have done this with some telemetry...
Nathan Johnston
nb_johnston
Offline Send Email
Jan 6, 2008
10:37 pm
37309
The solution with a private APN is not portable (I mean, should your devices need to be used on several GSM networks, e.g. in more than one country) and...
lixpaulian
Offline Send Email
Jan 7, 2008
7:39 am
37310
Hi folk, i have implemented web server and there are two pages, say login page (index page) and show.html. I use on CGI function to validate the user id and...
kapil_chittewan
Offline Send Email
Jan 7, 2008
1:11 pm
37311
In our case it was for the one client with all GSM devices on a corporate account. We have also done the push approach as well. In the end of the day it all...
Nathan Johnston
nb_johnston
Offline Send Email
Jan 7, 2008
8:33 pm
37312
Hi Using the AT commands as I suggested allows one to open a GPRS session. The session can be suspended and an SMS can be sent. Thereafter the GPRS session is...
Alexis
alexisjhn
Offline Send Email
Jan 7, 2008
9:25 pm
37313
Hi all again, Even though I've really not going deep into it, looks like you are right Alexis. But I fear I need the ppp.lib because of the RCM3200 acting as...
dtriskel
Offline Send Email
Jan 8, 2008
8:20 am
37314
Hi I don't know the answer to this, but do you need the PPP lib to run all those features? Surely the PPP lib just encapsulates the data? Maybe someone more...
Alexis
alexisjhn
Offline Send Email
Jan 8, 2008
10:09 am
37315
The problem is when using libraries such snmp.lib, which expect an interface to be established to get and set data through. I guess it would be possible to map...
dtriskel
Offline Send Email
Jan 8, 2008
10:36 am
37316
In order for your plan to work (escape to command mode with +++), you need to make sure that nothing calls tcp_tick() (or any other function that calls...
Tom Collins
tomcollinsaz
Offline Send Email
Jan 8, 2008
6:21 pm
37317
I haven't dealt with the PPP library in a while, but I thought it grabbed the interrupt and didn't let go when ifdown-ed. And, the PPP library wasn't too...
Dave Moore
questdavemoore
Online Now Send Email
Jan 8, 2008
7:48 pm
Messages 37288 - 37317 of 39534   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help