Search found 64 matches

by Aresby
Sun Mar 18, 2012 1:18 pm
Forum: Compiler
Topic: Serial comms using UART - query
Replies: 16
Views: 9287

Yes I agree

@Jerry I had just about come to the same conclusion about using the software USART, and the need to convert the values in the manner you suggest. You have confirmed my suspicions that the PICAXE serial interface is OK for some simple stuff (exactly the audience that TechEd aim their PICAXE items at,...
by Aresby
Sat Mar 17, 2012 8:16 pm
Forum: Compiler
Topic: Serial comms using UART - query
Replies: 16
Views: 9287

Success is almost in my grasp

Thanks again for your inputs. I first tried the software (SUART) method as I figured this was the method I was most familiar with and which the PICAXE 133 is known to work. Until I set the variable Pacing=350 all was just a garbled mess; introducing the delay worked wonders. 350 uS was the lowest se...
by Aresby
Fri Mar 16, 2012 8:40 pm
Forum: Compiler
Topic: Serial comms using UART - query
Replies: 16
Views: 9287

Different garbage but Swordfish not the problem

Thank you for your replies. I tried the suggestions (the latter [#option USART_BRGH = false] certainly changed the display but just to a different set of garbage characters). However, I also tried using the display with the standard Proton compiler that comes with the Amicus with similar results (ie...
by Aresby
Fri Mar 16, 2012 10:17 am
Forum: Compiler
Topic: Serial comms using UART - query
Replies: 16
Views: 9287

Serial comms using UART - query

Hi everyone, I'm new to Swordfish and pretty new at PIC programming although I've done a couple of simple PICAXE projects. Now I'm using an AMICUS18 board, PICkit2 and Swordfish and it all handshakes just fine. The mandatory flashing LED program compiled, downloaded and ran just fine. However, the l...