Search found 51 matches

by rocketbob
Wed Jun 15, 2016 9:08 pm
Forum: User Modules
Topic: ESP8266 Module - Issues
Replies: 7
Views: 13270

Re: ESP8266 Module - Issues

Hi David,

I know its been a year and a half...but would you mind posting your ESP8266 code?

Thanks,
Bob
by rocketbob
Sun Mar 08, 2015 1:58 am
Forum: General
Topic: USB library questions
Replies: 4
Views: 4488

Re: USB library questions

I believe another workable alternative to a USB bootloader is to wire an HC-06 bluetooth module in place of the max232, which should work fine with Microcode loader.
by rocketbob
Sun Mar 08, 2015 1:11 am
Forum: General
Topic: USB library questions
Replies: 4
Views: 4488

Re: USB library questions

Great info. The size of the bootloader is a bit of a bummer but I am still going to try this approach. Thanks guys!
by rocketbob
Sat Mar 07, 2015 2:29 pm
Forum: General
Topic: USB library questions
Replies: 4
Views: 4488

USB library questions

Hi Gents, Trying to get my head wrapped around the SF USB library. I would like to update an older project to use a USB bootloader on a PIC device that supports USB. Mainly I am looking at eliminating a max232 and having to use a USB to RS232 converter in my debugging, not necessarily to have a PC-c...
by rocketbob
Thu May 29, 2014 12:31 pm
Forum: IDE
Topic: Editor options location
Replies: 3
Views: 4359

Re: Editor options location

Hi Jerry, it worked perfectly. Thank you!
by rocketbob
Wed May 28, 2014 6:58 pm
Forum: IDE
Topic: Editor options location
Replies: 3
Views: 4359

Editor options location

I suppose the editor options are saved to a file somewhere, but I haven't found it. Could someone please tell me where they're saved? I would like to use the editor options I set up on one installation of SF on another virtual machine.

Thanks,
Bob
by rocketbob
Mon Apr 28, 2014 1:11 am
Forum: IDE
Topic: background/foreground color bug
Replies: 0
Views: 6656

background/foreground color bug

I prefer to have my background color dark with lighter text. I changed all of the colors appropriately but I noticed the Interrupt declaration will not change color and the text will remain black. So Interrupt declarations are kind of hard to read. :)

Thanks,
Bob
by rocketbob
Wed Feb 03, 2010 5:24 pm
Forum: Compiler
Topic: Compiler conversion rules in Expression evaluation
Replies: 7
Views: 3886

see Appendix 1 in the docs. There it lays out operator precedence which can be controlled with parenthesis, like just about any other language.
by rocketbob
Thu Jan 28, 2010 4:00 pm
Forum: IDE
Topic: windows 7 and online updates
Replies: 18
Views: 12487

Can one of you guys post the link to the updated SF installer? I had asked for it a while back and never got a response from David.
by rocketbob
Wed Jan 13, 2010 5:30 pm
Forum: Modules
Topic: Math
Replies: 14
Views: 7872

Ryan,

Could you post an example file to generate the LUT? I'm interested in learning how to do this in matlab.

Regards,
Bob
by rocketbob
Sun Dec 20, 2009 11:49 pm
Forum: Compiler
Topic: persisting a structure to eeprom
Replies: 2
Views: 2504

Hi Steve,

Yes that is helpful, thank you. Just wondering if there's there a better way to determine the length of a structure than computing it manually..?

Regards,
Bob
by rocketbob
Sun Dec 20, 2009 3:08 pm
Forum: Compiler
Topic: persisting a structure to eeprom
Replies: 2
Views: 2504

persisting a structure to eeprom

Just curious before I attempt to write a routine to do this...has anyone come up with a generic method to write an entire structure to eeprom?

Regards,
Bob
by rocketbob
Fri Nov 20, 2009 6:40 pm
Forum: IDE
Topic: windows 7 and online updates
Replies: 18
Views: 12487

Just for kicks I figured out that the SE version of SF will create the proper install directories, for the full version to work properly. So if you have an older version of SF on CD, install it first, then download and install the free version. One thing has to change: C:\ProgramData\Mecanique\Sword...
by rocketbob
Fri Nov 20, 2009 4:46 pm
Forum: IDE
Topic: windows 7 and online updates
Replies: 18
Views: 12487

I managed to figure things out. I used ProcessMonitor from MS to figure out what paths the compiler was looking for when doing online updates and what paths are searched for include files. Here are my findings: You need to have the following directory set up, and all of the libraries dumped into her...
by rocketbob
Wed Nov 18, 2009 4:26 am
Forum: IDE
Topic: windows 7 and online updates
Replies: 18
Views: 12487

windows 7 and online updates

I just installed SF after redoing my home PC with Windows 7. Having a bit of an issue with online updates. I had to log in as administrator to do the compiler and IDE updates. Those seemed to update fine after the admin login, but when I checked again afterwards for updates, it lists SF Include file...