Okay this time I'll try to post my problems better. Thank you guys for helping all the newbs like me! I'm running Ubuntu 12.04 x64 and maple-ide-0.0.12 linux64.
I can upload sketches to the Maple Mini fine, and during this part of the process the Serial Port tab is not grayed out. After uploading, the IDE spits out:
Opening USB Device 0x1eaf:0x0003...
Found Runtime: [0x1eaf:0x0003] devnum=48, cfg=0, intf=0, alt=1, name="DFU Program FLASH 0x08005000"
Claiming USB DFU Interface...
Setting Alternate Setting ...
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
Transfer Size = 0x0400
bytes_per_hash=306
Starting download: [##################################################] finished!
state(8) = dfuMANIFEST-WAIT-RESET, status(0) = No error condition is present
Done!
Resetting USB to switch back to runtime mode
After that the Serial Port tab is grayed out and unusable. This would normally be fine but my current project requires it to communicate with UART to a Beaglebone, and I want to debug it on my PC (basically print out what it is receiving from Serial1 to SerialUSB).
When I run the install-udev-rules.sh
sudo bash '/home/zachary/Desktop/maple-ide-v0.0.12/install-udev-rules.sh'
the terminal spits out
`Copying Maple-specific udev rules...
cp: cannot stat tools/45-maple.rules': No such file or directory
I've also followed the instructions from http://forums.leaflabs.com/topic.php?id=91 to no avail. Any ideas/suggestions on what to do?