Search found 34 matches

by chico
Wed Jun 07, 2017 6:56 am
Forum: 8-Bit PIC
Topic: MPLABXpress: no hardware i2c channel?
Replies: 3
Views: 4092

MPLABXpress: no hardware i2c channel?

Picked up the MPLABXpress board to play with the FC7 template and USB boot loader. Seems nice for the price. I want to add an i2c LCD display. But unlike other PIC chips, the LCD display doesn't seem to offer a hardware i2c channel for the MPBLAXpress 16F18855. Is that the case or am I missing somet...
by chico
Tue Sep 20, 2016 6:47 pm
Forum: Flowcode V6
Topic: LCD displays only work with modified RAWSEND
Replies: 7
Views: 7511

Re: LCD displays only work with modified RAWSEND

Thanks for the pointers, Benj. I have now worked through the tutorials and created components as described. But despite the excellent step-by-step instructions, I feel that it would be helpful to have some kind of architectural overview of Flowcode components and events. A higher-level description o...
by chico
Wed Sep 14, 2016 5:44 pm
Forum: Flowcode V6
Topic: LCD displays only work with modified RAWSEND
Replies: 7
Views: 7511

Re: LCD displays only work with modified RAWSEND

Hello, I have edited the "LCD generic" component so that you can now edit the delay via one of the component properties. Benj, thank you. Above and beyond what I could have asked. Works great...now my surplus LCDs (beautiful displays, but not standard spec) all work fine. V6 and V7 do not support c...
by chico
Thu Sep 08, 2016 10:41 am
Forum: Flowcode V6
Topic: LCD displays only work with modified RAWSEND
Replies: 7
Views: 7511

Re: LCD displays only work with modified RAWSEND

Hello Benj - Thanks for the response. V6 and V7 do not support component customisation. Instead there is component creation allowing you to create any component you wish. Sounds great...but I haven't been able to find any step-by-step instructions for that. Can you point me to some? What custom code...
by chico
Thu Sep 08, 2016 3:11 am
Forum: Flowcode V6
Topic: LCD displays only work with modified RAWSEND
Replies: 7
Views: 7511

Re: LCD displays only work with modified RAWSEND

I see that in Flowcode v5 there was a way to directly modify component source code by clicking on the component and selecting "Custom Code": https://www.youtube.com/watch?v=hb41C5gb_ww

I can't see that feature in Flowcode v6 or v7...is there a way to do that?
by chico
Thu Sep 08, 2016 2:19 am
Forum: Flowcode V6
Topic: LCD displays only work with modified RAWSEND
Replies: 7
Views: 7511

LCD displays only work with modified RAWSEND

Hi - I purchased FC6 a while back...just starting to take a serious look at it. I have a large number of 4x20 and 2x16 LCD displays on hand. The code generated by Flowcode for PIC18F parts doesn't work reliably with all of them. Some work just fine, but others generate gibberish characters. I'm a ha...
by chico
Mon Jul 16, 2012 5:55 pm
Forum: Flowcode V5 Free Edition
Topic: Flowcode + MPLAB compile errors
Replies: 5
Views: 5147

Re: Flowcode + MPLAB compile errors

Hello, It looks like these lines in the C file are to blame. 984 1098 ... Can you post up the C file and hopefully I can help to spot what's going wrong for you. Thanks for the response. Actually, 984 and 1098 are the compiler error codes. The problem lines are listed at the end of the error messag...
by chico
Mon Jul 16, 2012 6:21 am
Forum: Flowcode V5 Free Edition
Topic: Flowcode + MPLAB compile errors
Replies: 5
Views: 5147

Flowcode + MPLAB compile errors

Hello - There is something I don't understand about Flowcode. If I try to compile my Flowcode C source in MPLAB, some of the variables that Flowcode generates are too long for the Hi-Tech compiler to handle. In the code below, the compiler gives "Conflicting Declaration" errors for different variabl...
by chico
Fri Dec 26, 2008 11:39 pm
Forum: Components (Comms)
Topic: Does Flowcode simulate RS-232 interrupts?
Replies: 1
Views: 4012

Does Flowcode simulate RS-232 interrupts?

Hi - I know this must have been answered previously, but in searching the archives I have obtained conflicting answers (at least to my limited understanding of Flowcode operation...) Q: Does Flowcode simulate RS-232 receive interrupts? I have experimented with the Flowcode RS-232 custom interrupt (a...