Skip to search.
ucos-net · Networking with uC/OS

Group Information

  • Members: 342
  • Category: Software
  • Founded: May 19, 1999
  • 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 808 - 837 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
808 vitus_jensen Offline Send Email Aug 4, 2003
1:10 pm
Hi Leo! In november 2002 I stumbled over this TCP checksum issue, found your post and fixed netbuf.c as you suggested. This worked fine on a Toshiba CPU (LSB...
809 stlboost Offline Send Email Aug 15, 2003
3:30 am
Hi there: I have integrate uC/IP in uCOS.I have spend a plenty of time to debug the whole wireless embedded system.But now i find a new problem that i couldn't...
810 vitus_jensen Offline Send Email Aug 15, 2003
12:51 pm
Hej! There is a problem when sockets are dynamically closed and opened. tcpInit() clears all TCBs, so on the first tcpOpen() address and port informations are...
811 nascentnet Offline Send Email Aug 21, 2003
9:28 pm
Hi, I am using Borland 4.5 and trying to compile ucip. I get the following error. Compiling ..\..\..\ucip\ucip1\src\os_null\MAIN.C: Error...
812 veryomima Offline Send Email Aug 23, 2003
10:25 pm
Hi, I have ported uC/OS II to Samsung4510b(SoC with ethernet MAC) & write a driver for its Ethernet device. I am preparing to port uc/ip to enable the SoC...
813 Firza Ferdiansyah E
firza@... Send Email
Aug 23, 2003
10:26 pm
Hi Nathan, Me and my team (consist of 4 person) wants to build a mobile robot, with several MCU, and there will be hierarchy in the MCU, so that one of the MCU...
814 nascentnet Offline Send Email Aug 26, 2003
7:02 pm
Hi, Does anybody know which compiler to use to build Ucip for ucos ? Borland 4.5 doesn't support long paths and throws errors... any ideas... Che...
815 Amit Prakash Bhatt
amitprbhatt Offline Send Email
Aug 27, 2003
3:31 am
Hi; I'm a student of Master of Computer Application(5th Sem.) I'm doing a project in which I've to make changes in the linux kernel so that it may be used as a...
816 Joel Winarske
joelw_94089 Offline Send Email
Aug 27, 2003
9:36 pm
This forum is related to uCOS. http://www.ucos-ii.com You might try another forum related to linux. ... From: "Amit Prakash Bhatt" <amitprbhatt@...> To:...
817 ulka vaze
ulkav Offline Send Email
Aug 28, 2003
3:14 am
hi, there are couple of books from oreilly which explains linux kernel one is linux kernel internals ,and other device drivers.they r good help. ulka ... ...
818 koroglu koroglu
rhasaf Offline Send Email
Aug 28, 2003
2:49 pm
Hi There is free project named etheral , it is for Linux as well as for many others Just search google to find the place . May be hacking its source code will ...
819 liu zhen
liuzhen_whu Offline Send Email
Sep 1, 2003
9:29 pm
gcc can work properly. ... __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software ...
820 hamlet1590 Offline Send Email Sep 1, 2003
9:30 pm
Hi, I am experiencing the following problem, I created a task TASK1 in the main function. In TASK1, I call OSTimeDly() with the intention of delaying for 250...
821 zhangvtj Offline Send Email Sep 13, 2003
5:58 pm
I just start to study ucip, so there is a problem that I can not solve. Maybe it is easy, but I realy do not understand how to do. The problem is: In the ucip...
822 james88ly Offline Send Email Sep 13, 2003
5:58 pm
Hi All, I've been testing the uC/IP stack, and I've just found out about a nBuf free bug. After I used tcpClose() to close a tcp connection, a nBuf was not...
823 vitus_jensen Offline Send Email Oct 6, 2003
10:05 am
Hej! I have ported ucIP to our PDEs. The first application to use it is a FTP client and I'm now testing this setup. It works quite well but when I upload a...
824 From MOGI.dk
mogidk Offline Send Email
Oct 6, 2003
5:45 pm
What are your settings in nettcp.h ex. #if ETHER_SUPPORT > 0 #define TCP_ETH_DEFMSS 1460 /* Default maximum TCP segment size. */ #define TCP_ETH_MINMSS...
825 vitus_jensen Offline Send Email Oct 9, 2003
10:11 am
Hi Mads! nettcp.h, I'm using the original contents, no ethernet, only PPP. So it's: #define TCP_PPP_DEFMSS 256 #define TCP_PPP_MINMSS 256 #define...
826 edmondlawrence Offline Send Email Oct 14, 2003
2:20 am
... of TCPIP(using Hitachi SH7615)or do any one have TCPIP sample! thanks in advance...
827 vitus_jensen Offline Send Email Oct 14, 2003
2:48 pm
... Check http://tangentsoft.net/wskfaq/index.html. OK, it's winsock programming but if you ignore the stuff about "non-blocking mode" you can use ucIP the...
828 arlistas Offline Send Email Oct 16, 2003
3:09 am
Hi, can anyone recommned me a good tcp/ip/ppp stack to be embedded in a Mitsubishi M16C uC? If so, does anybody know how much RAM do the involved buffers need?...
829 vitus_jensen Offline Send Email Nov 6, 2003
12:33 pm
Hej! If the argument to diffTime() is in the past (which is the usual case) should diffTime() return a positive or a negative value? There is no comment and...
830 atifalipasa Offline Send Email Dec 14, 2003
7:41 pm
Hi, ... U have several options... Option 1 >>>> u can use ucIp!... In previous group message there is a message saying in it "I ported to m16c" .. But it is...
831 From MOGI.dk
mogidk Offline Send Email
Dec 15, 2003
8:46 am
Dear Atif Have tried the ONETASK_SUPPORT option with PPP ? When the ONETASK_SUPPORT option was added it was only implemented for the NE2000 Ethernet device....
832 vitus_jensen Offline Send Email Dec 15, 2003
4:11 pm
From netppp.c: int pppClose(int pd) { PPPControl *pc = &pppControl[pd]; int st = 0; /* Disconnect */ pc->kill_link = !0; pc->traceOffset = 0; while(st >= 0 &&...
833 srantuan Offline Send Email Dec 20, 2003
3:29 pm
Hello, i've been searching for free tcp/ip distributions and this is the only one that implements tcp/ip and ppp but is very big for my microcontroller. I want...
834 chowchow05 Offline Send Email Dec 20, 2003
3:29 pm
hi have anyone used ucos-ii in pic18?...
835 atifalipasa Offline Send Email Dec 20, 2003
3:29 pm
Hi, I did reply to this e-mail yesterday!.. but the reply is not in the groups site.. I think our server has a problem.. I'll reply once again. Sorry if you...
836 Atif.Alipasaoglu@...
atifalipasa Offline Send Email
Dec 20, 2003
3:29 pm
Dear Mads Lind Christiansen, I have downloaded a lot of code for ucIp from internet.. Different released versions and the CVS code. The CVS code is different ...
837 Joel Winarske
joelw_94089 Offline Send Email
Dec 22, 2003
10:42 pm
You might try posting this question on the Yahoo MicriumNewsGroup. ... From: "chowchow05" <chowchow05@...> To: <ucos-net@yahoogroups.com> Sent: Saturday,...
Messages 808 - 837 of 953   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