Parallax Windows IDE works on Linux/Wine
Just wanted to let people know that the current version (2.3.3) of the Parallax Windows IDE works fine running under Wine on my Ubuntu 7.04 system.
The only extra step required for me to use FTDI usb to serial adaptor was to remove the brltty package and link /dev/ttyUSB0 to ~/.wine/dosdevices/com1 .
[noparse]:)[/noparse]
Bill
The only extra step required for me to use FTDI usb to serial adaptor was to remove the brltty package and link /dev/ttyUSB0 to ~/.wine/dosdevices/com1 .
[noparse]:)[/noparse]
Bill
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There's nothing like a new idea and a warm soldering iron.
The explore pane in the IDE causes faults, but if you turn that off, everything else has worked great.
I know I'm quite happy.
The linux software for the bstamp pretty much sucks.
Side note: If anyone figures out how to get the linux tools http://bstamp.sourceforge.net/ working with gedit please let me know.
[noparse]:)[/noparse]
Bill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"... one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs." -
"If Python is executable pseudocode, then perl is executable line noise."
"The best accelerator available for a Mac is one that causes it to go at 9.81 m/s2."
"My software never has bugs. It just develops random features."
"Windows isn't a virus, viruses do something."
"Programmers are tools for converting caffeine into code."
"Enter any 11-digit prime number to continue."
?
Bill
I am on Ubuntu Feisty, I dont have britty installed, and I did do ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
Any ideas? Btw the winehq listing says that the prop tool communication does not work... I am hoping to disprove that!
Thanks,
-nava
Not only that, but the tool uses NTConnectPort I believe, which isn't fully supported in Wine (I believe it's a stub function). I tried all sorts of things (such as using windows dlls, etc) and I almost got it to actually enumerate the ports. But then it broke when actually trying to connect to the port.
Harrison
My wine version is wine-0.9.33.
I am using this to program my bs2.
Apologies for the lack of specificity.
It has been working fine, aside from a few small GUI bugs I've found since I posted.
Apparently it works fine initiating communications with the stamp, but uses a different method to talk to the propeller.?
Or is this an altogether different tool?
Note to Parallax: Please consider releasing your programming tools as open source, even if you keep the tokenizer proprietary. We shouldn't have to deal with issues like this. It's unnecessary, and makes the alternatives look friendlier (hint arduino).