Search found 136 matches

by Widgetman
Fri Mar 11, 2011 12:58 am
Forum: User Modules
Topic: UART TOOL
Replies: 23
Views: 11117

UART TOOL

Hi All, Iam trying to get the PICKIT2 to show me what it sees on the RX pin at the TTL side. Below is the ISRRX routine I tried to implement as a standard RX routine. the issue I am having is the PICKIT2 UART tool does not show me anything even if I try to loop it out the TX pin. Is there a trick to...
by Widgetman
Mon Mar 07, 2011 9:27 pm
Forum: User Modules
Topic: ISRRX Defaults
Replies: 2
Views: 2696

ISRRX Defaults

Hi,
Does anyone know what the defaults are when you set the baud rate ?
By this I mean is it N,8,1 and if so can it be changed for parity and stop bits ?
Thanks



Here is my Init code
ISRRX.Initialize // init the ISRRX module!
USART.SetBaudrate(br4800)
by Widgetman
Mon Mar 07, 2011 1:39 pm
Forum: User Modules
Topic: USART RX Interrupt
Replies: 3
Views: 3317

USART RX Interrupt

Hi, I was wondering if anyone knew how the DelayMS call worked in reference to a interrupt on the USART. I have a main loop where I use the ReadSerial call then if no charcters are coming in I proceed to toggle some leds then delay 5 seconds. My question is after I drop into the DelayMS routine will...
by Widgetman
Mon Jun 21, 2010 1:16 pm
Forum: User Modules
Topic: MRF24J40
Replies: 12
Views: 12234

MRF24J40 Debug

Hi Doug,
I will try to help out as much as I can. let me know what you want me to cleanup or test or debug. I am still working on my design, but should be done in the next week or two.
Thanks
Widget
by Widgetman
Wed Jun 09, 2010 6:28 pm
Forum: User Modules
Topic: MRF24J40
Replies: 12
Views: 12234

Thanks!!!

Hi Doug, Thanks a bunch for sharing. As soon as I get my design built I will play with what you have. It will be awesome to get this part working on the Swordfish compiler. The C stack Microchip provided seems like a lot of work to send simple data P2P. My particular application I am trying to build...
by Widgetman
Sun May 30, 2010 1:20 pm
Forum: User Modules
Topic: MRF24J40
Replies: 12
Views: 12234

Thx Guys

Hi,
That would be great DM if ya posted some code for us all after you are done. For now I am also going to work on getting the basics working for the P2P interface. Maybe between all of us we can stamp out a baseline for all to use.
by Widgetman
Tue May 11, 2010 4:11 pm
Forum: User Modules
Topic: MRF24J40
Replies: 12
Views: 12234

MRF24J40

Hi,
Has anyone tried to interface to the MRF24J40 2,4GHZ wireless module with the PIC 18 series parts using the swordfish compiler. I have a need to do this and was looking for some basic code to start from. Any thoughts or help would be appreciated.
Thanks
by Widgetman
Sun Feb 01, 2009 4:21 pm
Forum: User Modules
Topic: 18F1220
Replies: 4
Views: 3626

Thanks Guys !!!

Thanks a bunch guys for all the feedback. Has anyone used the A/D feature and can anyone post an example on how to do a conversion. Sorry I did not see it in the include list Octal. I must have overlooked it.
Thanks
by Widgetman
Sat Jan 31, 2009 3:36 pm
Forum: User Modules
Topic: 18F1220
Replies: 4
Views: 3626

18F1220

Hi,
I decided to try and use a 18F1220 in a design with the A/D, and was wondering if anyone had any feedback on this part. Is it supported in the compiler, and does anyone have a exanple reading a analog voltage off the A/D. Any input would be greatly appreciated.
Thanks
by Widgetman
Tue Jan 20, 2009 7:00 pm
Forum: User Modules
Topic: USART Question
Replies: 2
Views: 3161

Thanks a bunch for the help. You guys are great for newbies like me tryin to learn :)
by Widgetman
Mon Jan 19, 2009 5:11 pm
Forum: User Modules
Topic: USART Question
Replies: 2
Views: 3161

USART Question

Hi, I am trying to figure out how to use the USART.DataAvailableTimeout command to read in a undetermined amount of bytes from the USART and store them to my SD card. Can someone show me a example on how to use this as a timeout to know when the data has stopped coming in. Thanks for the help What I...
by Widgetman
Sun Jan 18, 2009 5:04 pm
Forum: Modules
Topic: PIC12F Series
Replies: 9
Views: 6075

Hi,
Looking at the 18F13K50 part it seems it has 9 ADC channels in it. It also is a 5V part which is what I am looking to use. Has anyone had any experience with this part yet ? I see Swordfish supports it.
Thanks
by Widgetman
Sun Jan 18, 2009 4:59 pm
Forum: Modules
Topic: PIC12F Series
Replies: 9
Views: 6075

Thansk For The Help

Thanks for the help RMTEO. I am still looking for a 8-20 pin part that I can support with the Swordfish compiler and also has a A/D I can measure analog voltages with. I need to measure 0-1.5VDC with a PIC and monitor it to make sure it stays within a range.
Widgetman
by Widgetman
Sun Jan 18, 2009 4:32 pm
Forum: Modules
Topic: PIC12F Series
Replies: 9
Views: 6075

Thanks All

Hi, Thanks for the replies. I guess it is true you can't teach a ole dog new tricks. I wrote ASM Pic code many years ago when the parts came out, but that does not mean I want to still do it in assembly when I could possible write it in basic. Is it possible the 18F13K50 part is covered yet ? I am t...
by Widgetman
Sun Jan 18, 2009 2:26 pm
Forum: Modules
Topic: PIC12F Series
Replies: 9
Views: 6075

PIC12F Series

Hi,
I was wondering if there was support for the PIC12F510 part, and if there are any examples I could look at on how to use the A/D for voltage measurement. Any help would ge greatly appreciated.
Thanks