| | Re: Another New NXT Utility
|
|
(...) the PC ;) ROSCO (18 years ago, 10-Apr-07, to lugnet.robotics.nxt)
|
|
| | Re: Another New NXT Utility
|
|
(...) Hi John, Wow, that's fantastic! I've been dreaming of such a utility since I bought my NXT about a month ago. I don't have my brick with me here at work, but I'm looking forward to giving the utility a whirl once I'm back home this evening. (...) (18 years ago, 10-Apr-07, to lugnet.robotics.nxt)
|
|
| | Another New NXT Utility
|
|
Michael Anderson had a great idea for an NXT tool for BricxCC. He envisioned a PC screen which would show whatever was on the NXT screen, only scaled to a larger size. He mentioned his idea to me and a couple hours later it was finished (or, at (...) (18 years ago, 10-Apr-07, to lugnet.robotics.nxt) !
|
|
| | Re: Using NXT Port 4 EIA-485
|
|
(...) They are tiny. #define SIZE_OF_HSBUF 128 typedef struct { UBYTE Buf[SIZE_OF_HSBUF]; UBYTE InPtr; UBYTE OutPtr; UBYTE Spare1; UBYTE Spare2; }HSBUF; // HI Speed related entries HSBUF HsInBuf; HSBUF HsOutBuf; The IOMap hi speed buffer is copied (...) (18 years ago, 10-Apr-07, to lugnet.robotics.nxt)
|
|
| | Re: Using NXT Port 4 EIA-485
|
|
(...) Hi Juergen, Yes, I found this night the entries at Lego-Source-Code... and no line about P-NET-Protocol... My first thought was to implement a simple p-net-node at own MCU, but now I can try my own communication from NXT (master) to external (...) (18 years ago, 10-Apr-07, to lugnet.robotics.nxt, lugnet.robotics.nxt.nxthacking)
|