Skip to search.
rabbit-semi · Group for Rabbit C-programmable micros

Group Information

  • Members: 3907
  • Category: Microcontrollers
  • Founded: Oct 3, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 217 - 246 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
217 Lynn Wood
lwood@... Send Email
Apr 2, 2001
10:26 pm
Hey everyone- I said I'd let you know when I figured out the problem with the Atmel AT29C040 flash support. Ok, so Brian Murtha actually spotted it, but I'm...
218 mahabalashetty@... Send Email Apr 4, 2001
3:58 am
Hi Charlie Krauter, 1)I downloaded the zip files and tried running the same by shorting the Serial port D(PC0 and PC1) .But it doesnt seem to get the packet...
219 Charlie Krauter
ckrauter@... Send Email
Apr 5, 2001
12:36 am
If you have access to a scope, see if there is a signal coming out of PC0. Are you running the sample as is? -charlie ... Charlie Krauter Software Engineer ...
220 bmurthazw@... Send Email Apr 5, 2001
1:18 am
Mahabala, I'm not sure what you mean by "dummy external i/o port address." Please explain. -Brian -- ... nor ... buffering ... on ... serial ... is ... to ... ...
221 Mahabala Shetty
mahabalashetty@... Send Email
Apr 5, 2001
3:15 am
Hi Charlie Krauter , I have not done any changes to the pktdemo.c ,is there any status check I can do as currently I dont have a scope. Thanks for the reply, ...
222 Mahabala Shetty
mahabalashetty@... Send Email
Apr 5, 2001
4:00 am
Hi Brian, I have not configured any register for a particular address, If I just read any I/O Address,either I should get FF or 00, but for all I/O address...
223 bmurthazw@... Send Email Apr 5, 2001
4:30 pm
What device are you reading from, and how are you setting up the IO bank control registers? ... port ... group. ... 9- ... regulation ... version ... restart ...
224 Charlie Krauter
ckrauter@... Send Email
Apr 5, 2001
4:52 pm
A simple way to check that there is something coming out would be to connect PC0 to one of the other serial ports and try to receive data using the RS232...
225 Mahabala Shetty
mahabalashetty@... Send Email
Apr 6, 2001
1:10 am
Hi Brain, I havent yet configured any device, I mean I have not interfaced it to any device, I am using the Rabbit-2000 Module with the Protyping Board. Here...
226 Bill
bill@... Send Email
Apr 6, 2001
1:35 am
... If you have no device decoded and driving at an external port address, you'll read a floating bus. If you have pullups on the data bus, you would get FF...
227 mahabalashetty@... Send Email Apr 6, 2001
4:00 am
Hi Bill, Thanks for the reply, I presumed that it should read either FF or 00 ,you are correct since there are no pullups on the data bus it can read any...
228 mahabalashetty@... Send Email Apr 6, 2001
4:09 am
Hi Charlie Krauter , I connected the output of PortD to portB and dumped around 100 characters using the program echoblk.c. I could only get the last 24 chars...
229 damjanad@... Send Email Apr 9, 2001
9:04 am
This is my first post on this group and I am already complaining. Promise I wont be doing this often :) So far I have been on this list for couple of days and...
230 JanGroenland@... Send Email Apr 9, 2001
1:02 pm
... two ... I am using Windows-2000 and do not have that problem. My expirience is that Windows-98 is instable with high speed serial I/O. I work with an other...
231 bmurthazw@... Send Email Apr 9, 2001
4:19 pm
... Is it your own board our one of Z-World/Rabbit's? - Brian...
232 mahabalashetty@... Send Email Apr 10, 2001
4:09 am
I am using Rabbit-6.52 Version with WindowsNT and I havent faced any intial hang-up issues. Mahabala ... se ... Dynamic C ... but ... on ... 9600...
233 billa@... Send Email Apr 10, 2001
2:12 pm
Just getting into the Rabbit for a new design. Have not received the development kit as yet, so I looked through the Dynamic C manual on the Rabbit web site....
234 Andy Stephenson
andy.stephenson@... Send Email
Apr 10, 2001
2:34 pm
Bill, Not sure of the full complement of formatting chars, but I can tell you that the compiler has the sprintf function. You can format the string into a...
235 JanGroenland@... Send Email Apr 10, 2001
2:46 pm
I do not know exactly what the ANSI C printf does, but I used sprintf to format floats, strings, longs etc. Does not seem to be a problem. formating floats are...
236 Janis Jekabsons
janjek@... Send Email
Apr 10, 2001
2:52 pm
As I noticed on DC 7.03 printf do not support %X or doesn't output with UPPER CASE LETTERS then. But functionality is quite good, e.g., %-11s, %2d works fine. ...
237 Lynn Wood
lwood@... Send Email
Apr 10, 2001
3:21 pm
... The libraries that come with the Rabbit-based version of Dynamic C have been basically completely rewritten from the Z180 version to take advantage of the...
238 JanGroenland@... Send Email Apr 10, 2001
3:31 pm
Janis, %X does not work in version 6.57. Combined with the number of digits it works fine. See the following program. main() { unsigned long addr; ...
239 Janis Jekabsons
janjek@... Send Email
Apr 10, 2001
4:05 pm
Well, I agree that hex digit output works. I just meant that %X doen't work, cause works only %x. %x outputs lower case letters, %X - should upper, as it is...
240 Bill
bill@... Send Email
Apr 10, 2001
4:30 pm
... The support for %X is also part of the original K&R C specification. Bill...
241 Kent Johansen
kent@... Send Email
Apr 11, 2001
8:47 am
Is is extremely simple to make a printf clone. Check what I have done in PRINTER.LIB (attached) There is a few "shortcuts" to ESC and sending NULL's because of...
242 Aime Klougbo
aklougbo@... Send Email
Apr 11, 2001
8:52 am
Hello, I simply would like to know if someone has already written a SNTP ( simple network time protocol ) client with Rabbit TCP/IP development kit. Sincerely,...
243 Aime Klougbo
aklougbo@... Send Email
Apr 11, 2001
8:53 am
Hello, I simply would like to know if someone has already written a SNTP ( simple network time protocol ) client with Rabbit TCP/IP development kit. Sincerely,...
244 damjanad@... Send Email Apr 11, 2001
10:26 am
... I have used RCM2000 and RCM2020 with original Rabbit development board and several custom made boards. There was no difference, I got hang ups with all...
245 damjanad@... Send Email Apr 11, 2001
10:26 am
Hi I have found a bug in Dynamic C (all versions are affected up to 7.03) libraries. I got confirmation that this is a new bug and will be put on bug list and...
246 Janis Jekabsons
janjek@... Send Email
Apr 11, 2001
4:13 pm
Hello! Rabbit 2000 TCP/IP dev board's Ethernet works on 10Mbit/s (10BaseT). Should it work (even at 10Mbit/s speed) if connected to 100Mbit/s technology ...
Messages 217 - 246 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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