BS2 and linux USB
mza3000
Posts: 6
I'm trying to program my basic stamp 2 via a USB in linux. So far I've installed the USB driver in linux and now i'm not sure how to program the stamp. any help would be most appreciated.
mza3000
mza3000
Comments
Sorry mza3000 for hijacking your thread. programming the stamp is pretty easy if you read the manual and I can explain almost anything you have questions about, you just need to be more specific.
ROBOTS RULE!!!:cool:
From a shell type the following
cd
cd .wine
sudo ln -s /dev/ttyUSB0 ./dosdevices/com1
This should get you connected to your stamp.
What Linux are you using?