Anyone communicated through USBs with self? I'm an old C programmer working on a new project that involves communicating with microcontrollers and trying to decide if i should do this in C# or can Self do the job.
matteric1 wrote on Mon, 01 Nov 2010 21:12:58 -0000
Anyone communicated through USBs with self? I'm an old C programmer working on a new project that involves communicating with microcontrollers and trying to decide if i should do this in C# or can Self do the job.
If you can access the devices through the USB using the file operations of your operating system, then Self can be used as is. If some special library is required, then things get a little more complicated.
-- Jecel
self-interest@lists.selflanguage.org