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 to share photos of your group with the world? 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 35979 - 36008 of 39539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
35979
Yeah, you get strange errors if your parentheses are not closed, too. Every c compiler I've worked with has some freaky things, and you get used to them. I...
Jon
grandpotenta...
Offline Send Email
Jun 1, 2007
2:52 pm
35980
I finally got my GPS unit in but I'm having a heck of a time getting it to connect. It is a Garmin GPS15 and has 0-3.3v CMOS serial output (two wire). I'm...
knkoehn
Offline Send Email
Jun 1, 2007
4:02 pm
35981
Read the manual and play with the example programs provided with Dynamic C. ... From: tushar_2nov <khandelwal.tushar@...> To:...
Steve Trigero
seecwriter
Offline Send Email
Jun 1, 2007
4:05 pm
35982
Hi Jon, I really appreciate your reply and if you do find the time to research what might have been suggested by Rabbit that fixed the issue for you I would be...
Kevin Hawkins
ukusaconsulting
Offline Send Email
Jun 1, 2007
4:42 pm
35983
Garmin GPS15 L which is the low power version which wants a power voltage of 3.3v to 5.0v. There is also a GPS15 H version which requires a much higher...
Larry Kilmer
lkkilmer
Offline Send Email
Jun 1, 2007
4:53 pm
35984
There´s no need for complicated things on this school project. He simply want to GET data from an internet server every 5 minutes. Just use the RTC to count...
Alexandre Kremer
alekremer
Offline Send Email
Jun 1, 2007
5:52 pm
35985
Larry: Thanks for the ideas. Actually there are three versions of the GPS 15. The GPS15H/L are RS232 versions and then there is a straight GPS15 which is the...
kkoehn@...
knkoehn
Offline Send Email
Jun 1, 2007
6:08 pm
35986
Greetings: I am trying to implement RS-485, NRZI HDLC communications between my Rabbit RCM3720 development board and legacy ZILOG SCC based devices. To my...
dpvt
Offline Send Email
Jun 1, 2007
6:10 pm
35987
Hi For testing please connect your GPS to PC serial port and open Hyper Terminal, configure it to 4800, 1 STOP, 1 START, NO PARITY. Check are u able to see any...
fakhre alam
fakhre.rm
Offline Send Email
Jun 1, 2007
6:43 pm
35988
Thanks Fakhre but if you'll read my previous posts, I have tried all of this. The GPS sample application just sits idle after it displays the demonstration...
kkoehn@...
knkoehn
Offline Send Email
Jun 1, 2007
7:18 pm
35989
How big is your receive buffer on port c and are you delaying or being stalled off. I will be happy to reconfigure my 3200 system and give you the code which...
Larry Kilmer
lkkilmer
Offline Send Email
Jun 1, 2007
7:47 pm
35990
Kelly: I believe your rabbit programming cable is nothing more that a level converter to RS-232. You might consider using this to test your GPS with a...
pleonhardt2000
Offline Send Email
Jun 1, 2007
7:51 pm
35991
I remember dorking around with this a couple of years ago. I couldn't get access to those bytes. Ended up appending a couple of extra bytes into the stream...
Dave Moore
questdavemoore
Offline Send Email
Jun 1, 2007
7:51 pm
35992
Hi I checked the data sheet of GPS15, its output is 0 to 3.3 v, its can be directly connected to PORTC RXC pin of rabbit. Please open the gps.c file and add...
fakhre alam
fakhre.rm
Offline Send Email
Jun 1, 2007
8:07 pm
35993
Larry: I set the receive and the transmit buffers to put 127... at least I think I did! Are you referring to the #define CINPUTSIZE and COUTPUTSIZE commands...
kkoehn@...
knkoehn
Offline Send Email
Jun 1, 2007
8:50 pm
35994
Just to give everyone an update... I put Fakhre's code in place and here is the output from the serial stream... ...
Kelly Koehn
knkoehn
Offline Send Email
Jun 2, 2007
12:00 am
35995
Well heres a little update on the ol' GPS conundrum. Tonight I took the time and built a CMOS to RS-232 converter and hooked the GPS up to my laptop. It...
Kelly Koehn
knkoehn
Offline Send Email
Jun 2, 2007
2:06 am
35996
Well I've discovered the mystery to why reading a GPS was such a hassle... and possibly why my PWM's quit functioning. Something on the prototyping board has...
knkoehn
Offline Send Email
Jun 2, 2007
5:17 am
35997
My freind, I have used the 3200 board in many projects including ones with PWM on multiple channels and it always worked. Good that you have isolated the...
Larry Kilmer
lkkilmer
Offline Send Email
Jun 2, 2007
9:17 am
35998
Rightyo, it looks like WiFi modules don't allow you to choose between using DHCP and static IP at runtime, only during compile time. That's an important one :)...
fairy_dave
Offline Send Email
Jun 2, 2007
11:28 am
35999
As the original designer of the SCC and all Rabbit microprocessors, I can guarantee you that they all use exactly the same (standard) CRC algorithm. In fact...
monte_dalrymple
Offline Send Email
Jun 2, 2007
3:25 pm
36000
You will need to use the version of DC10 (or later) that comes with the RCM4400W kit to use the Wi-Fi module. I'll check with the team on run time...
jjbaumert
Offline Send Email
Jun 2, 2007
4:39 pm
36001
Take a look in the samples\tcpip\ftp directory. There are samples of being either a FTP client or an FTP server. Joel Baumert Director, Engineering Rabbit...
jjbaumert
Offline Send Email
Jun 2, 2007
4:53 pm
36002
Hi to all, I need to echo chars received from port A (DIAG connector on programming cable) to port F and viceversa. First, I try this: void main() { char c1; ...
Marco Trapanese
iw2nzm
Offline Send Email
Jun 2, 2007
10:22 pm
36003
Hi all, Long introduction (apologies in advance).... I am trying to write a program to convert data to and from a 375kBaud HDLC source and a TCP/IP socket. I...
jearley9
Offline Send Email
Jun 2, 2007
10:23 pm
36004
Thanks for that. Most of our clients here is Australia would be able to set asside an IP range for static addressing or set up a DHCP server for dynamic...
fairy_dave
Offline Send Email
Jun 3, 2007
1:36 am
36005
Why don't you create TWO programs and load as needed? DUH!...
IDES
jimcashby
Offline Send Email
Jun 3, 2007
4:08 am
36006
* Becuase 1 application is easier to maintain than 2 * Because as an option is it easier to change from one to the other, press a button on a screen rather...
fairy_dave
Offline Send Email
Jun 3, 2007
5:02 am
36007
Marco, I am not sure what is going wrong with your program. There is not anything obviously wrong. Try looping it between a serial port other than A... Feel ...
Joel Baumert
jjbaumert
Offline Send Email
Jun 3, 2007
5:33 am
36008
Jack, It does not seem like 20Kbits/second should cause you problems... What speed do you start seeing problems? Is the other side writing in blocks? Do you...
jjbaumert
Offline Send Email
Jun 3, 2007
5:50 am
Messages 35979 - 36008 of 39539   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