Search found 99 matches

by AMDlloydsp
Fri Dec 05, 2014 2:51 am
Forum: Software issues
Topic: ArchProweb.bin comm error
Replies: 16
Views: 29699

Re: ArchProweb.bin comm error

Nope, exactly what I wanted to know. I'm an old computer geek, too. If I might suggest; try dropping the baud rate on your programming connection. (in the BASICTools menus). I have not tried it yet, but Bruce indicates that it's possible. I'm not sure what changes the baud rate of the UART0 programm...
by AMDlloydsp
Thu Dec 04, 2014 11:14 pm
Forum: Software issues
Topic: ArchProweb.bin comm error
Replies: 16
Views: 29699

Re: ArchProweb.bin comm error

What are you running, Gary? Later versions of Windows don't pay as much attention to "real time" i/o. That's one reason real hard-head hardware guys are hanging on to machines that will run XP.

Lloyd
by AMDlloydsp
Thu Dec 04, 2014 1:38 am
Forum: Software issues
Topic: ArchProweb.bin comm error
Replies: 16
Views: 29699

Re: ArchProweb.bin comm error

Oh, by the way... if you're running XP on that machine, Gary, it should be fine, unless you've got it clogged up with all sorts of plugins, add-ons, and background daemons. XP runs USB-based virtual serial ports just fine all day, every day. You are kind of tight on RAM, though. I have an "octopus" ...
by AMDlloydsp
Thu Dec 04, 2014 1:24 am
Forum: Software issues
Topic: ArchProweb.bin comm error
Replies: 16
Views: 29699

Re: ArchProweb.bin comm error

Gary, the only reason I'm so adamant about not using 'default' features, and only using explicit syntaxes is that I work on about a dozen platforms, with all sorts of languages (or variants of the common ones). It helps a lot when crossing over to keep everything at the most bare-bones 'common eleme...
by AMDlloydsp
Wed Dec 03, 2014 11:44 pm
Forum: Software issues
Topic: ArchProweb.bin comm error
Replies: 16
Views: 29699

Re: ArchProweb.bin comm error

Really? I would expect in any BASIC where you can't control allocation of variables, that might crash when run, even if it didn't when compiling. How does one assign a 13-character string to a six-byte string variable without expecting it to over-write other memory space? Maybe it does, maybe it doe...
by AMDlloydsp
Wed Dec 03, 2014 9:30 pm
Forum: Software issues
Topic: ArchProweb.bin comm error
Replies: 16
Views: 29699

Re: ArchProweb.bin comm error

'Might be good to post the working and failing .bas files, as well.

There could be a syntax difference (as opposed to error) in the newer compiler.

Just speculating, right now. No MBEDs here in the shop to try.

LLoyd
by AMDlloydsp
Wed Dec 03, 2014 3:13 pm
Forum: Kitchen sink
Topic: Documentation, broken link
Replies: 63
Views: 143519

Re: Documentation, broken link

Lloyd - you saw those when you "hovered" over Products -- like the picture I submitted ---------- Nope... I only saw those when I hovered over "compilers". I agree that clicking on compilers only takes to to the MBED version, but when Bruce asked you if you got the list when you hovered over "compil...
by AMDlloydsp
Wed Dec 03, 2014 12:50 pm
Forum: Kitchen sink
Topic: Documentation, broken link
Replies: 63
Views: 143519

Re: Documentation, broken link

I see ArchPro, MBED, and Teensy.

running Mozilla 33.1

Lloyd
by AMDlloydsp
Mon Dec 01, 2014 10:39 pm
Forum: Software issues
Topic: ternary_operation
Replies: 8
Views: 12485

Re: ternary_operation

So while this is completely legal IF (x = IF(y=z,a+b,c -d)) then t += 1 My comment would be WTF were you thinking about? ----------------------------- Heh! +1!! I spend FAR more time deciphering (even my own) code than I do writing it. Having sort of "grown up" with languages as they developed (sta...
by AMDlloydsp
Fri Nov 28, 2014 12:26 am
Forum: Kitchen sink
Topic: Stacking Arduino Shields
Replies: 29
Views: 58246

Re: Stacking Arduino Shields

RJ-45 can have pin swaps or be straight through ------------- For telco style connections, both the 568A and 568B configurations (most common) have all "straight-through" connections, but the orange and green pairs are on different pairs of pins in the two standards. Either is used interchangeably f...