On Wed, 9 May 2007, cingospet wrote:
> --- In Bas Schulte <> wrote:
> >
> > Hi,
> >
> > On 8-mei-2007, at 17:16, oj199933 wrote:
> >
> > > I've ordered a couple of TS-7400 boards which I'll receive soon.
> > > These boards will be used to control a couple of small robots.
> > > The robots have to communicate via the wifi usb dongle (an option for
> > > this board).
> > >
> > > Since I can't find much information about the wifi driver that already
> > > exists for this board, it's hard for me to understand how I have to
> > > write an application in C that can perform a simple task like sending
> > > a string to the other board (and off course receiving that string on
> > > the other end).
> >
> > I think you're trying to make this more difficult than it is. WiFi
> > allows you to setup a regular tcp/ip network (although it is
> > wireless) so you just write tcp/ip servers and clients as
> > appropriate, just as if they're in a regular ethernet tcp/ip network.
> >
> Any suggestion on how to connect the programmer interface with the RS-232
> drivers and
> the WiFi board at the same time?
>
The board runs Linux.
Try doing this on a laptop or desktop linux box first.
It really is difficult to know where exactly to point you.
Try reading a book on systems programming for Unix/Linux
There are standard functions for accessing the rs232 port, trawl thru' the
archives for loads of example code.
There are standard functions for tcp/ip networking programming (whether
you are doing it over wireless, or wired, or pigeon carrier it's much the
same :-). I fed
unix tcp/ip socket programming
into google, top article is at
http://www.fortunecity.com/skyscraper/arpanet/6/cc.htm
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|