I have interfaced Arduino devices to J using the USB serial-port interface and a proxy program (see http://playground.arduino.cc/Interfacing/SerialNet). The proxy creates a socket that J connects to using standard socket commands.

The J socket library that I use is available as a J addon; or you can write your own.

Henry Rich

On 10/9/2015 11:07 PM, Alex Shroyer wrote:
I build USB devices, including keyboards, mice, HID, and Serial.  I'd like
to interface them with J, but so far haven't found a clear path toward that
goal.

Looking at node-serialport and pyserial, it seems other interpreted
languages' approach is to make a wrapper for the various platform DLLs
related to the task.  Is that how it would be done in J?

Has anyone made something for this already?

Thanks,
Alex
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to