Elliot Williams

Results 19 comments of Elliot Williams

Confirmed on Linux: tried with pyserial, minicom as suggested above, and screen. All freeze on first character. The terminal programs themselves also stop responding, and had to be killed externally.

I haven't messed with Toboot. I just got this at the Hackaday Supercon. I'll try updating the bootloader and get back to you.

That did it. Thanks for the amazingly quick response! I'm not sure if all of the Tomus given out at Supercon had the same bootloader version, but if so, there's...

Hah. Spoke too soon! Just now I flashed bare-minimum which appeared to work, and then tried to flash captouch and opticspy reappeared. I haven't tested them exaustively/systematically, but some others...

The XMegas are an entirely different chip, with (as you noted) a completely different set of register macros and etc. If you're going to be porting any of my Mega...

The code looks fine -- you're just having trouble with the compiling/linking. If you want to do the compilation by hand, the easiest way to go is to make sure...

Hey, thanks! Yeah, the code is in C. It won't work if you try to compile it in Turbo Pascal either. :) But that's strange about the Arduino IDE. My...

It looks like the code is called "TestOne.cpp", and the project, "TestOne.cppproj". Is there a place in Studio where you tell it you're working in C/C++? Like a check box...

I wish I was good enough at AVR assembly to write one! :) I (finally!) understand your problem: it's not with Studio or Arduino, but with mixing C and C++....

Thanks @hessa59 for chiming in. I'm really weak with Studio -- I haven't used it since like 2006. Oh my, I'm old. The issue with the defines is due to...