The problem had nothing to do with array overflowing, but the MODBUS did need to be cleaned up; using large arrays because I have root data area to spare and...
Hi Scot, ... What did you have in mind? Date-wise, it was started in April 2000 and released in Dec 2000 with admittedly some roughness but done so to meet a ...
Bill Come to think of it, I have your Z180 compiler on the shelf. Didn't use it much back then and when I looked it had disappeared from your web site at the...
I've been using VC 6.0 to compile and partially debug a DC app. If interested see www.jolly-boat.com The RTC question: I need to have 100 milli-second...
Hi I am currently experiencing problems writing to ram using FS2 (dynamic c version 7.21SE). Most of the time everything is fine. Whenever something occurs...
Further to my previous post I now have some further information. I also received a value of 201 (bad sequence number in file??) in errno, even though the...
Hello I am trying to use the i2c lib functions for the rabbit 2000 BL 2030 but I dont know which pins correspond to PD6 and PD7 Any ideas on how one can...
In Dynamic C 7.32TSE there seems to be an operator precedence error. Does anyone know if this is being fixed or has been fixed? Example: char s[155]; char *p; ...
i know why i get this error and that is okay i just don't want to see it every time i compile line 267 : WARNING MY_ATA.LIB : Demotion of value may lose ...
PD6 and PD7 sound like port D pins 6 and 7. you will have to read the lib to find out what one is clock and data. I do not have a rabbit but plan on getting...
... Welcome back. :) ... Not sure how. Its still there and is still selling. ... I see your next post, yes, it was Softaid. I happen to be a guru with that ...
this error appair then your mixe the type or the wide of variables exemple : int a; char b; a=b ; --> warning a have 16 bits and b only 8 you must write a...
hi thanks for the answer so just defining the pins would let me use anyones i want . i thought i needed dual input as well as output pins for the SCL and SDA...
I2C is something I know a great deal about. this works for all data on the data line. (both directions) the clock line is used to time the read on the data...
Hi: I am a freshhand working on the rabbit microcontroller, and now i am going to run uC/OS on the board. Can you give me some advice on how to start uC/OS on...
Hi Can anyone please enlighten me on what causes these three errors in the FS2 file system. I am encountering EBADSEQ (errno 201) and EUNEXEOC (errno 202)...
Hi, I am working on FTP. I am able to create files on FTP server but unable to send data on to the created file. can any one solve my problem.... Find code...
Hi. A few weeks ago, Rabbit were asking for beta testers for their new IDE. I am curious to know if anyone has been using it yet and what does it look like....
It's always nice to start with the examples. You'll see it's not that difficult. However, watch out for the following catches: 1) Some functions are not...
Hans Van Ingelgom
hans@...
Mar 3, 2003 2:18 pm
12253
Hello, Can't you just do an explicit conversion? long a; int b; a=3; b=(int)a; Hans....
Hans Van Ingelgom
hans@...
Mar 3, 2003 2:26 pm
12254
I can't establish PPP connection with RCM 3200. I am using the sample modem_test.c from Rabbit CD Dynamic C 7.32 P. The system returnes the following: ...
On Monday, March 3, 2003, at 01:54 AM, Robert Horton ... I'm not sure how much the beta testers are allowed to say, but I'm sure Rabbit Semi wouldn't have a...