Forums Search for: RCM4300
FTP, FAT and TCP problem
inUsing a RCM4300 with a 1GB SD Card as a data logger with messages received via a TCP socket. The RCM4300 also acts as an FTP server so the data...
Using a RCM4300 with a 1GB SD Card as a data logger with messages received via a TCP socket. The RCM4300 also acts as an FTP server so the data logs can be downloaded via FTP. This all works perfectly fine. However when I add the functionality to send a TCP packet from the RCM4300 a strange situation arises. If there has been no previous FTP connection to the device the messages are sent...
mounting a micro SD card on RCM4300
inHello, I just mounted a 4GB Transcend micro SD card in my RM4300 prototyping board. I cannot get the SD card to be recognized or formatted. ...
Hello, I just mounted a 4GB Transcend micro SD card in my RM4300 prototyping board. I cannot get the SD card to be recognized or formatted. Please help with detailed instructions to get the RCM4300 to recognize and eventually write to the SD Card. Thanks kpks ------------------------------------
UPnP Port Forwarding / Mapping
inHi everyone, I've developed a product using a RCM4300 board that hosts an embedded web page to show some parameters of a machine (pressures,...
Hi everyone, I've developed a product using a RCM4300 board that hosts an embedded web page to show some parameters of a machine (pressures, temperatures, etc...). In 90% of the cases the connection scheme is RCM4300 -> (Router -> ) Modem -> Internet. No big companies with IT departments... it's just like a home connection, because the machines are in the field. In order to be able to acce
RCM4300 MTU Stuck at 16
in> > Good day, > > I'm hoping that someone could assist me with setting the MTU value for the RCM4300. > > On boot-up the interface table...
> > Good day, > > I'm hoping that someone could assist me with setting the MTU value for the RCM4300. > > On boot-up the interface table reports that "eth MTU 16". > > Using the ETH_MTU macro has no effect, no matter which value I chose it remains at 16. > > > I can change the MTU of my RCM4010 to a value of my choice using the ETH_MTU macro. > > > Both modules are loaded with the same c
XMLHttpRequest Send Command Size Limitations RCM4300
Good day, I would like to know what the size limitation is when using XMLHttpRequest() "send" command? I have been through the documentation and...
Good day, I would like to know what the size limitation is when using XMLHttpRequest() "send" command? I have been through the documentation and can't seem to find any (MACROS) settings for this? I can successfully send a small number of characters, but the data is truncated if I go above 256bytes. I'm using the RCM4300 in a web server application. Ideally I would like to send up to 30kbyte...
Maximum xml Data Size: RCM4300 DC10-72
inGood day, I would like to know what the size limitation for sending xml data is? I'm using XMLHttpRequest() to request the xml file. I have...
Good day, I would like to know what the size limitation for sending xml data is? I'm using XMLHttpRequest() to request the xml file. I have been through the documentation and can't seem to find any (MACROS) settings for this? I can successfully send a small number of characters in xml. But when I examine the packet sent (using Fiddler) from the RCM4300 I find that the data in the xml file...
RCM4300 ethernet cable detect problem
inHi, I'm using the RCm4300 and i have a problem that when i download the code to the module then i connect the Ethernet cable to the module, the...
Hi, I'm using the RCm4300 and i have a problem that when i download the code to the module then i connect the Ethernet cable to the module, the module isn't able to detect that the cable is plugged, i have to turn off the power then ON to detect the problem. by the way, i found a problem in the fat library with the ucos,which is the _fat_automount function is calling fat_UnmountDevice inli...
issue : ifconfig
inHi all I have an issue concerning ifconfig. I try to wake up ethernet interface on RCM4300. When i run : ------- ifconfig(IF_ETH0, IFS_UP,...
Hi all I have an issue concerning ifconfig. I try to wake up ethernet interface on RCM4300. When i run : ------- ifconfig(IF_ETH0, IFS_UP, IFS_END); while (ifpending(IF_DEFAULT) == IF_COMING_UP) { tcp_tick(NULL); } ------- the loop never ends! Why the status doesn't turn to IF_UP ? Thanks ------------------------------------
How to get started on softools?
inWe just bought a copy of the softools compiler and now I am testing it out for the company that I work for. As such I am trying to relearn very...
We just bought a copy of the softools compiler and now I am testing it out for the company that I work for. As such I am trying to relearn very basic things that I learned in Dynamic C such as blinking an LED on the RCM4300 dev kit we have (we are using an RCM4200 on a 4300 development kit) and how to write to serial ports. I would really appreciate it if someone would please point me towards...
Softools on Rabbit 4000 (RCM4300)
inI have been working with the Rabbit 4000 and dynamic C for a couple of weeks now and I have found it to be a bit too quirky and unreliable for...
I have been working with the Rabbit 4000 and dynamic C for a couple of weeks now and I have found it to be a bit too quirky and unreliable for my tastes. I just found out about the Softools compiler for the Rabbit today and downloaded it to try out, but I am unsure how to get a program up and running. I was wondering if I am having so much difficulty because I am using a Rabbit 4000 processor...
Strange FAT auto-mount behavior | RCM4300 | DC 10.72D (debug mode) | 4GB SDHC
inEven if the FAT_SHELL.C sample works flawlessly (the SD card has two 2GB FAT16 partitions) the function "sspec_automount(SSPEC_MOUNT_ANY, ..."...
Even if the FAT_SHELL.C sample works flawlessly (the SD card has two 2GB FAT16 partitions) the function "sspec_automount(SSPEC_MOUNT_ANY, ..." returns "2" at the beginning of the "main" in my project. The problem arises exactly here: https://github.com/digidotcom/DCRabbit_10/blob/master/Lib/Rabbit4000/SDflash/SDFLASH.LIB#L993 https://github.com/digidotcom/DCRabbit_10/blob/master/Lib/Rabbit400...