Thanks Henry and Raul, I'll look at the proxy first; arduino is pretty familiar territory. Cheers, Alex
-----Original Message----- From: "Henry Rich" <[email protected]> Sent: 10/10/2015 8:31 AM To: "[email protected]" <[email protected]> Subject: Re: [Jprogramming] USB port communication? 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
