comms
is there direct access to ports such as the USB ports on a computer. My thought is I would like to take a program like procomm plus and make it work with an app on my android. Or maybe just rewrite a program to dial out on a modem.
posted by: ron 6-Feb-2014/20:18:52-8:00
maybe....http://limbsoft.npage.de/android-apps/virtual-com-port-for-android.html Rebol 2 has serial port access, but maybe not usb ports.
posted by: NJK 8-Feb-2014/22:01:58-8:00
Have you tried serial:// port access? http://www.rebol.com/docs/changes-2-5.html#section-81 http://www.codeconscious.com/rebol/rebol-net.html#SerialPorts http://web.archive.org/web/20120528131436/http://www.rebolforces.com/archive/rep/rep004.html
posted by: Nick 8-Feb-2014/22:12:38-8:00
yes that will work nicely but, only in rs232, 9 or 25 pin....usb addressing is different. I will keep searching for usb info.
posted by: ron 10-Feb-2014/7:27:57-8:00
Search the rebol.org archives - I have read about implementations of USB access in native R2. Otherwise, perhaps use a library such as http://sourceforge.net/apps/trac/libusb-win32/wiki
posted by: Nick 10-Feb-2014/10:22:46-8:00
Carl Sassenrath (originator of Rebol) did a serial port interface to do home control with Insteon devices: https://www.youtube.com/watch?v=_r2iIIxjbjc He has not published the source as of yet, though there has been interest. You can throw your voice into the "give us the codez" pool and join us on StackOverflow to bug him about that. :-) https://github.com/hostilefork/rebol/wiki/StackOverflow-Chat-FAQ
posted by: HostileFork 19-Feb-2014/6:13:28-8:00
|