Hi I want to setup an FTP-server on which I would like to set up different subdirectories e.g. /A/prepared/ and /A/results/. My server is based on FTP_FAT.c...
Hi I want to setup an FTP-server on which I would like to set up different subdirectories e.g. /A/prepared/ and /A/results/. My server is based on FTP_FAT.c...
Using TxF/RxF mapped to PD2/PD3 on RCM4310, and calling serFopen and with #define SERF_TXPORT PDDR #define SERF_RXPORT PDDR I find works on some of my...
Hi, I have a web server up and running but now I need to send HTTP REQUEST POST and response to it. Do I also need to setup a HTTP SERVER? Is there a...
Are you connecting the rabbit by LAN? If so, its pretty straight forward. You open the connection on port 80 (do you know how to open TCP/IP ports on the...
Thanks John. I am connecting to the rabbit by LAN and WAN. Your information was very valuable. I was thinking about opening up a tcpip socket to send HTTP...
Hi Ty... I really don't know much about networking, but it doesn't really matter what the connection is as long as that connection can reach the web server. I...
Thank you Andy. ________________________________ From: andrew cherhoniak <currentelectsystem@...> To: rabbit-semi@yahoogroups.com Sent: Monday, May 14,...
Hi Guys, I have a web-server on my rabbit board but I also need a REST-based server on it. Is it possible? If so, how easy is it to implement a REST-based...
Hello Guys, Â Im looking at DC8 vdriver.lib and I'm lost how MS_TIMER rolls over. Â I want to know if MS_TIMER rolls over after 0xFFFFFFFF? or is it earlier?...
... hello you can use any I/O for relay on off but you should configure that bitport as out put and then that i/o should be connected to a driver ckt .Driver...
By the way, here is the safe way to use the timer, immune to the roll-over. Subtracting two unsigned numbers produces the correct result. nodebug root void...
Got the units okay Andy. Thanks again. ________________________________ From: andrew cherhoniak <currentelectsystem@...> To: rabbit-semi@yahoogroups.com ...
krishna answers  hi ya you can use any of the outputs HOUT0to HOUT3 to switch on/off the 24 volts relay but as i told you in my previous mail you configure...
Thanks Krishna Am already using the Hout with 24v it works fin, I just need more 24v output, am confused, in the manual it choses that you can use an external...
I was just looking at the manual again and just notice that is there a jumper for configurable I/O for sinking output and can sink up to 200mA and up to 40v....
Sample POST.c and POST2.c explain how to parse user data from a HTML FORM. However, I am require to parse any POST with user data send via an app instead of...
In Dynamic C SDK there is no native libraries for parsing xml or json data formats. In my opinion I think these formats may be very complex and expensive (in...
Thanks for the valuable information. My rabbit has a rabbit-server running on it but I also need a HTTP web service server to accept POST REQUEST. In terms...
Yes, in the HttpState structure allocated by the rabbit web server when a client start a session with a GET or POST command. You need to use the http_*...