Subject:
|
Re: Problems with changing LNP_HOSTADDR
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Fri, 5 Jul 2002 12:21:36 GMT
|
Viewed:
|
2117 times
|
| |
| |
> #define CONF_LNP_HOSTADDR 0x01 //!< LNP host address
With the default CONF_LNP_HOSTMASK (0xf0), the host adress is encoded in the
higher 4 bits, so you should write
#define CONF_LNP_HOSTADDR 0x10
Eric
--
email: eric.swalens@easynet.be
web: http://student.ulb.ac.be/~eswalens
|
|
Message is in Reply To:
| | Problems with changing LNP_HOSTADDR
|
| Hi, since a few hours, I'm trying to give an RCX another LNP_HOSTADDR - so I changed the appropriate line in boot/config.h from #define CONF_LNP_HOSTADDR 0x00 //!< LNP host address to #define CONF_LNP_HOSTADDR 0x01 //!< LNP host address and compiled (...) (22 years ago, 5-Jul-02, to lugnet.robotics.rcx.legos)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|