Hi Andy,
first of all, I want to try to talk to another NXT
Second, I want to communicate with my external MCU (ATMega32).
NXT-->RS485-->MCU-->SPI-->SD-Card
I2C or BT is soooooooo slow and not really usable for external storage io
I've made some tests with pbLua and it works fine. Speed is =< 931kB/s (halfduplex)
It would be very nice to use Port4/RS485 communication with leJOS.
I need some basic routines for:
RS485open(speed)
RS485read(bytes)
RS485write(bytes)
Thanks for your response
Bye
Christian