To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / 3681
3680  |  3682
Subject: 
Use of lnp_addressing_write() in an RCX program.
Newsgroups: 
lugnet.robotics.rcx.legos
Date: 
Tue, 24 Feb 2004 21:50:04 GMT
Viewed: 
4332 times
  
Hello all.  I wrote a small program using lnp_addressing_write() to remotely
change the host address of one RCX from another.  It doesn't work.  I get an
occasional flash of IR icon on receiving unit - that's it.  Please take a look:

int main(int argc, char **argv)
{
unsigned char buffer[256+3]="";
buffer[0]=7;      // CMDsethost;
buffer[1]=3;      // addr=3

if(lnp_addressing_write(buffer,2,6,0)) // 3rd arg = addr of target rcx
   {                                    // in this case it is 6
   cputs("error");
   return -1;
   }
cputs("ok");
return 0;
}

Any ideas about what is wrong ?



Message has 1 Reply:
  Re: Use of lnp_addressing_write() in an RCX program.
 
When setting lnp address using dll, you dont have to specify rcx target so I guess you are using integrity_write for that. So in this case you have to write a program for the receiveing RCX to make it change address(If you haven't done that). This (...) (20 years ago, 19-Mar-04, to lugnet.robotics.rcx.legos)

2 Messages in This Thread:

Entire Thread on One Page:
Nested:  All | Brief | Compact | Dots
Linear:  All | Brief | Compact
    

Custom Search

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR