NetLogo 7.0.0-beta2:

arduino:debug-to-arduino

arduino:debug-to-arduino

Reports a list of the last messages sent from NetLogo to the Arduino, up to a maximum of 5 messages. Each entry in this list is a string beginning with “s:” if the message sent was a string, “i:” if the message sent was an int, and “b:” if the message sent was a byte.

Take me to the full Arduino Extension Dictionary