
Educators: Earn a free Gold upgrade by joining the PBwiki Back To School Challenge.
Some people using Intel Macs and OS X were unable to get serproxy configured correctly to connect Flash and the Arduino board. To work around this problem, I have written a replacement for serproxy in java called Arduino2Flash. This is experimental code, hacked together quickly, and probably buggy. Please test, let me know if it works, and I'll upload improved versions over time.
Usage: java -jar arduino2flash.jar <com_port> <com_speed> <tcp_port> Example: java -jar arduino2flash.jar /dev/cu.usbserial-A1001NgZ 57600 5331
The second and third arguments are optional - defaults are 57600 for serial speed and port 5331.
You can stop arduino2flash with Ctrl+C.
If you get a message about a stale lock file that RxTx removed, don't worry about it. If you get an error message about a Lock file, delete that file directly from directory /var/lock and restart arduino2flash.
If you get a "Port already in use" exception, most likely RxTx is not installed correctly - /var/lock may not exist or you didn't set the folder permissions correctly.
Page Information
|
Wiki Information |
Recent PBwiki Blog Posts |