Search found 211 matches

by CharlieM
Sun Dec 05, 2010 12:11 pm
Forum: General
Topic: TAP-28 Board Sale!
Replies: 6
Views: 4436

I think what is ment is from the compiler you click on view/compile program options. dsLoader does not make the bootloader firmware.
by CharlieM
Sun Nov 28, 2010 12:24 am
Forum: IDE
Topic: 64 Bit Windows 7 security key failure
Replies: 5
Views: 7234

Hi Gordon,

Did you try to uninstall the driver and re install it? I just had to reinstall windows and SF all went fine. If you still can't get it to work maybe I can email you my driver. They should be the same.
by CharlieM
Tue Nov 09, 2010 11:17 am
Forum: Compiler
Topic: using SUART and UART together
Replies: 12
Views: 6606

Yep that did it. I should have looked more closely. now I can get on with finishing the project. Thanks again.
by CharlieM
Tue Nov 09, 2010 11:12 am
Forum: Compiler
Topic: using SUART and UART together
Replies: 12
Views: 6606

Thanks Jerry. I could not see the forest through the trees. :?
by CharlieM
Tue Nov 09, 2010 10:28 am
Forum: Compiler
Topic: using SUART and UART together
Replies: 12
Views: 6606

Hi Jerry, The two things that david pointed out are already in the code I posted. The program hangs at the USART.write sub and if I delete the sub and just put USART.write(pressure/100) in the main loop it hangs there. I will try to send a string. DEVICE = 18F1220 CLOCK = 16 ' include modules INCLUD...
by CharlieM
Mon Nov 08, 2010 10:56 pm
Forum: Compiler
Topic: using SUART and UART together
Replies: 12
Views: 6606

OK I updated to 8.60. and still the same thing. I really need to get this resolved.
by CharlieM
Mon Nov 08, 2010 10:28 pm
Forum: Compiler
Topic: using SUART and UART together
Replies: 12
Views: 6606

Hi Ryan,

I have 8.56. I opened MPLAB let MPLAB check for updates. It says that I am up todate.
by CharlieM
Mon Nov 08, 2010 11:07 am
Forum: Compiler
Topic: using SUART and UART together
Replies: 12
Views: 6606

OK I figured out why I was not getting a update from the code. It seems that the program gets stuck in the PC_display sub. If I comment it out in the main loop then all works. I even deleted the PC_Display sub and put the usart.write(pressure/100) in the main loop and it still hangs on that line of ...
by CharlieM
Sat Nov 06, 2010 6:36 pm
Forum: Compiler
Topic: using SUART and UART together
Replies: 12
Views: 6606

Hi John,

I tried using While True wend and while 1 =1 wend and it still won't work. If I comment out the Usart include and everything that goes with USart it will work.
by CharlieM
Sat Nov 06, 2010 12:03 pm
Forum: Compiler
Topic: using SUART and UART together
Replies: 12
Views: 6606

using SUART and UART together

Hello Everyone, OK I have the software Uart working. I also have the hardware USArt working. I just Can't get both to work together. Here is my code. The problem is the var pressure does not update. IF I reset the pic then it does. Thanks for any advice. DEVICE = 18F1220 CLOCK = 16 ' include modules...
by CharlieM
Thu Nov 04, 2010 10:34 pm
Forum: Compiler
Topic: USART
Replies: 9
Views: 4877

OK David,
I see the difference now between using Uart and SUART. Thanks.
by CharlieM
Thu Nov 04, 2010 10:52 am
Forum: Compiler
Topic: USART
Replies: 9
Views: 4877

Thanks, I must be dense this morning. When using the hardware USART and the Software USART together, both use Usart.write to send a byte to the usart buffer. If I have both the software usart and the hardware usart initialized what usart is going to be used? I have to include both "USART.bas and "SU...
by CharlieM
Thu Nov 04, 2010 9:41 am
Forum: Compiler
Topic: USART
Replies: 9
Views: 4877

OK Another question. How does SF differentiate between using Soft USart and using the Hardware USart when using them together? both use Usart.write. It seems the software usart shoud be SUsart.write or something like that.
by CharlieM
Wed Nov 03, 2010 10:50 pm
Forum: IDE
Topic: Updates... password?
Replies: 11
Views: 7114

the compiler starts, but do not generate hex files, unless you have the dongle installed.
Thats the purpose of the dongle. :D
by CharlieM
Wed Nov 03, 2010 9:34 pm
Forum: Compiler
Topic: USART
Replies: 9
Views: 4877

Thanks. I am only send data via software USART to a Serial GLCD. For Programming and testing I am using a Easypic6.