I would like to know what is the maximum packet size for the RCM 3300. The Module does not sees the packet i send when it gets over 500bytes. Thank you....
actually its from 573bytes and over. ... wrote: I would like to know what is the maximum packet size for the RCM 3300. The Module does not sees the packet i...
... Maximum size is determined by ETH_MTU. DC defaults to an ETH_MTU of 600. The packet overhead is 28 bytes so that makes the maximum size 572 bytes. Add a...
The documentaion states that the anaIn() function converts 0 to 3 volts to a count from 0 to 1024 but I am getting very different results. Has anybody been...
Try keeping the voltage below 2.8V. With this, it has been working well for us. Sudhir ... From: newbie49 [mailto:newbie49@...] Sent: Tuesday, June 01,...
The BL18XX doesn't have a full blown AD converter, it uses a comperator and an output channel. We tried to read an IR distance sensor on a BL1820, but it did...
I have the same problem and found a belgian company which has a rabbit based board XG3000, which might be useful, but display size is limited to QVGA. Check...
They do not have a USA distribution company, and I can not place any trust in over sea's shipping and support. ZWorld will develop a color version if they get...
Thanks Henk and Sudhir for the reponse. I am a little confused that Rabbit claims it has a 5% accuracy when it clearly does not unless I am measuring around...
I have just been able to reproduce this myself, and it matches a previous report of a "mouse over assembly window" error that occurs when a new set of...
Hi, I'm wondering how can I use UDP data handler (those called from inside udp_open). I only need to quick access the UDP payload data. Does anyone have some ...
I just do it .. take a look at this #memmap xmem #use "dcrtcp.lib" int readData( int event, void *s, ll_Gather * g, void * info ); udp_Socket lonUdp; void...
Here's a scenario I hope someone has some suggestions on: I'm using DC8.01 with a IQ2T CPU-based RCM2200 target (this is a firmware revision to an existing...
I have a rabbit 3300 core based project I am designing. The application is an industrial scale. The main circuit board has a 120/240Vac to 24Vdc on board,...
... A few questions: (a) have you seen it occur with different RCM2200 cores, or just a particular one? Is it a stock part (i.e. no changes to the crystal,...
I just wish a *persistent* breakpoint in the ide/debugger ASAP. It really slow the develop time. Ever time i compile i must search the lines where i put the...
... the ... by ... As a workaround, you could use editor book marks (shift-ctrl-n to set, ctrl-n to clear, where n=0-9) to go to where you want to set ...
... Thanks Bruce, i already use it. But tell me what do you think about that *feature*? I think is a must, but maybe im wrong. Do you know if Zworld developers...
I have a compact flash hooked up to an RCM3010 via the AUX IO bus (true IDE mode) and it is working fine, however it appears that I have to cycle the power...
If you are using DHCP server, you can modify bootp.lib library (if this has not been done already in DC8.xx) so it reports hostname back to the server. You can...
Hi, The Ethernet interface does not come up until the network cable is connected to the hub/switch . is the any time out for it . I use 8.30 DyC on RCM2200. ...
Hi Alex, you need to power cycle the CF card if you want to re-establish its TrueIDE mode (plus the /OE signal must be held low when the power is being...
Anyone able to run the sample program for the wi-fi application kit? Z-World Support has send me new cfprism.lib, cfio.lib, but it can't solve my problem....
Thank you very much, this solved my problem. I didn't know that static had to be in front of it. In the DC manual they have an example without it. Jonas ç---...
Maybe a little off topic, but i want t know if Wi-Fi technology is suitable to replace a RS485 network with a master(PC) and 16 slaves, working at 9600, in a...
... Do you try deleting all the stuff in your proyect folder except the .C and .LIB files? It work for me when DC comes crazy. Maybe some get corrupted? 1)...
J., Thanks for confirming that there's no way around a power cycle. I see the "Note" in the CF spec now about power cycling, listed at the bottom section...