Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hossain2

Pages: [1]
1
µTasker general / Re: Using TCP in the uTasker project
« on: May 27, 2010, 09:59:20 AM »
This is logically the reason why the use of TCP is a frequent question and frequent discussion topic in private mails. It is also a reason why this document, which is long overdue, should soon be made available.

2
µTasker general / Re: Using TCP in the uTasker project
« on: May 27, 2010, 09:57:44 AM »
On thing to note is a difference here between when working with the simulator and working on the target. When the client tries to connect in the initialization of application.c the simulator can send immediately. On the target it generally takes a few seconds for the Ethernet link to become ready and so it takes a little longer before it all works.

3
µTasker general / Re: Using TCP in the uTasker project
« on: May 27, 2010, 09:53:56 AM »
With the problem above, not connecting, I was trying it on the simulator. I now copied the code into the 52233 flash. And it worked fine, without modifying any code.
Within the call back routine above 'static int listener(SOCKET Socket, unsigned char prevent, unsigned char *Luci_Data, unsigned short unsporting)' is 'Luci_Data' a pointer to the data read in, and 'unsporting', The number of characters?

Pages: [1]