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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 41556 - 41585 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41556 Bob
rck1596 Offline Send Email
May 7, 2012
10:58 pm
I will have my bank get a check out to you in the morning. Thank you. Bob Kodadek 3164 Surrey Lane Aston, PA 19014 610-497-5561 ...
41557 anders.roslund@...
flanderso11 Offline Send Email
May 8, 2012
9:52 am
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...
41558 flanderso11 Offline Send Email May 8, 2012
9:54 am
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...
41559 ajf_alex Offline Send Email May 9, 2012
4:40 pm
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...
41560 Ty
tc_tyrone Offline Send Email
May 10, 2012
2:06 pm
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...
41561 John Mc Murray
john_sam_mc Offline Send Email
May 10, 2012
3:16 pm
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...
41562 Ty
tc_tyrone Offline Send Email
May 10, 2012
4:10 pm
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...
41563 John Mc Murray
john_sam_mc Offline Send Email
May 10, 2012
4:34 pm
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...
41564 andrew cherhoniak
currentelect... Offline Send Email
May 14, 2012
11:07 am
bob units will be mailed at 9am today thank you andy ________________________________ From: Bob <rck1596@...> To: "rabbit-semi@yahoogroups.com"...
41565 Bob
rck1596 Offline Send Email
May 14, 2012
12:34 pm
Thank you Andy. ________________________________ From: andrew cherhoniak <currentelectsystem@...> To: rabbit-semi@yahoogroups.com Sent: Monday, May 14,...
41566 Ty
tc_tyrone Offline Send Email
May 16, 2012
2:46 pm
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...
41567 xolang1
angel_x_d Offline Send Email
May 17, 2012
12:49 pm
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?...
41568 petermcs Offline Send Email May 17, 2012
1:07 pm
It should roll over at 0xFFFFFFFF and start counting from 0 again. This takes place every 49.7 days or so. Regards, Peter...
41569 Frank
frank_lussier Offline Send Email
May 17, 2012
5:20 pm
Hi Can I use configurable I/O to control 24v relays. I have an BL2600. Thanks Frank...
41570 krishna krishna
krishnadvs Offline Send Email
May 18, 2012
2:49 pm
... 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...
41571 Frank
frank_lussier Offline Send Email
May 18, 2012
3:08 pm
Thanks for the info...
41572 Dave McLaughlin
davepsion Offline Send Email
May 18, 2012
3:25 pm
Don't forget to add a diode across the relay coil or the back emf will eventually kill the transistor. Some info here on how to do it. ...
41573 angel_x_d Offline Send Email May 18, 2012
3:47 pm
Thanks Peter ..that is reassuring -al...
41574 Frank
frank_lussier Offline Send Email
May 18, 2012
3:59 pm
Thanks Dave Do you no where I can find a kit with out relay, I have DIN rail relay....
41575 mario_wtbbh Offline Send Email May 18, 2012
10:14 pm
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...
41576 Bob
rck1596 Offline Send Email
May 18, 2012
10:26 pm
Got the units okay Andy.  Thanks again. ________________________________ From: andrew cherhoniak <currentelectsystem@...> To: rabbit-semi@yahoogroups.com ...
41577 Frank
frank_lussier Offline Send Email
May 21, 2012
4:32 pm
Can I use this for controlling 24v relay from my BL2600 Digout? http://www.robotshop.com/elexol-uln2803-8-channel-relay-board.html Thanks Frank...
41578 krishna krishna
krishnadvs Offline Send Email
May 22, 2012
2:58 pm
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...
41579 Frank
frank_lussier Offline Send Email
May 22, 2012
4:58 pm
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...
41580 Frank
frank_lussier Offline Send Email
May 22, 2012
5:15 pm
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....
41581 Frank
frank_lussier Offline Send Email
May 22, 2012
7:20 pm
Ok it works...
41582 Ty
tc_tyrone Offline Send Email
May 23, 2012
3:53 pm
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...
41583 markreds81 Offline Send Email May 24, 2012
7:32 pm
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...
41584 Ty
tc_tyrone Offline Send Email
May 25, 2012
1:11 am
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...
41585 markreds81 Offline Send Email May 25, 2012
7:21 am
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_*...
Messages 41556 - 41585 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