Search found 36 matches

by PICFriend
Thu Oct 10, 2013 5:17 pm
Forum: Flowcode V5
Topic: Data interchange with Wiz610wi
Replies: 0
Views: 2130

Data interchange with Wiz610wi

Hello, Im searching for a possibility to interchange data with two wiz610wi devices, but i don´t know what to do! I try to explain what i want to have: I got a LED and a button connected to the PIC18F2685 and this PIC also does handle the WIZ610wi via Flowcode WEBserver component. This breadboard te...
by PICFriend
Fri Nov 09, 2012 2:23 pm
Forum: Flowcode V5
Topic: WLAN component gives compiling error
Replies: 5
Views: 4406

Re: WLAN component gives compiling error

Hey, I´ve read this topic http://www.matrixmultimedia.com/mmforums/viewtopic.php?f=7&t=10462&p=33850&hilit=FC_CAL_UART_SEND_1#p33850 and replaced the PIC_CAL_UART.c file. Now is compiling like this: File name: D:\Flowcode V5 Projekte\WLAN\WebserverWLAN.c Title: Description: Generated by:...
by PICFriend
Fri Nov 09, 2012 1:12 pm
Forum: Flowcode V5
Topic: WLAN component gives compiling error
Replies: 5
Views: 4406

Re: WLAN component gives compiling error

Hallo again, I´ve had a look into this and changed the compiler settings to default, but no change. Why is it working at your computer? My FC version is 5.4.0.0. What shoul i do next? ##So I would think you need to check your Flowcode 5 installation. uninstall and new install? ##Do the CAL, Componen...
by PICFriend
Tue Nov 06, 2012 9:05 pm
Forum: Flowcode V5
Topic: WLAN component gives compiling error
Replies: 5
Views: 4406

Re: WLAN component gives compiling error

Hi!

Nobody got an idea?

Carsten
by PICFriend
Sat Nov 03, 2012 9:53 pm
Forum: Flowcode V5
Topic: WLAN component gives compiling error
Replies: 5
Views: 4406

WLAN component gives compiling error

Hello benj, (if you read this post - remember the ElektorLive! We talked about the Wiznet devices on my breadboards.) I ordered the WIZNet 810mj and it works fine with the webserver component. I also ordered the WIZNet 620wi WLAN module that has got a different pinout to the WIZNet 610, we talked ab...
by PICFriend
Wed Feb 29, 2012 8:41 pm
Forum: Flowcode V5 Issues
Topic: UART recieve value allways zero [FIXED]
Replies: 12
Views: 10058

Re: UART recieve value allways zero

Hey guys, somthing strange with RS232; thats sure!! When i write a litte programm with V4.5 then it works fine. (V4.fcf) The same programm compiled with V5 don´t work.(V4_V5.fcf) Everything i try doesn´t work. Don´t forget the timeout, it appears different to V4.5, please take a look here too. Now i...
by PICFriend
Wed Feb 29, 2012 7:21 pm
Forum: Flowcode V5 Issues
Topic: UART recieve value allways zero [FIXED]
Replies: 12
Views: 10058

Re: UART recieve value allways zero

Hello!

I´ve checked that pulse see picture below. Also i have changed the 20Mhz Xtal to another 20Mhz Xtal. No solution! :|

So the scope will be ok. What next? Perhaps i will change the PLL, but this i often used well.
by PICFriend
Wed Feb 29, 2012 6:05 pm
Forum: Flowcode V5 Issues
Topic: UART recieve value allways zero [FIXED]
Replies: 12
Views: 10058

Re: UART recieve value allways zero

Hey Martin, Thank you for check it, but it doesent work. You changed the frequency i´ve seen. The Xtal is 18,432Mhz, prescaler by 5, PLL 96Mhz/2 means a frequency of 44,236800Mhz. Exactly baudrate is given. But i also changed XTAL to 20Mhz prescaler by 5, PLL 96Mhz/2 means a frequency of 48Mhz -> sa...
by PICFriend
Tue Feb 28, 2012 8:53 pm
Forum: Flowcode V5 Issues
Topic: UART recieve value allways zero [FIXED]
Replies: 12
Views: 10058

Re: UART recieve value allways zero

Hi Ben, I can´t get it work! Please tell me what is wrong with the "recieve". The oscilloscope shows a bit with from 208us that gives 4808Bd. When i send a ASCCII character "A" from PC to PIC RX (via MAX232) then i recieve the value 134, not 65. The timeout is also strange, it se...
by PICFriend
Mon Feb 27, 2012 3:16 pm
Forum: Flowcode V5 Issues
Topic: UART recieve value allways zero [FIXED]
Replies: 12
Views: 10058

UART recieve value allways zero [FIXED]

Hi, When i read out my Software RS232 component via (READ CHAR) gives back allways zero. When i read out my Software RS232 component via (READ STRING) gives back allways "", means nothing. What is wrong there? Using FC 5.1.0 with PIC18F2550 20Mhz PLL. Targetfrequency 48Mhz. Thanks Carsten
by PICFriend
Fri Jan 20, 2012 11:40 am
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Re: Programm not workin anymore since Flowcodeupdate to 4.5

Hey!

Everything is all right! Thank MM for this support! Great Software!

Greets from Germany

Carsten :wink:
by PICFriend
Thu Jan 19, 2012 6:31 pm
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Re: Programm not workin anymore since Flowcodeupdate to 4.5

Hello together, I thing i got it. Now it works perfect on V4.5 too!! :mrgreen: I found that the cause was in the stringcalculation: This c-routine is building the timestring for the display. (worked under 4.3 correct, not or different under V4.5) Sek = ToString$(RTC_sec_1) ZSek = ToString$(RTC_sec_1...
by PICFriend
Thu Jan 19, 2012 8:51 am
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Re: Programm not workin anymore since Flowcodeupdate to 4.5

Good morning,

OK, here is that file that works fine generated from V4.3.7.63 yesterday evening.
The bad one from V4.5 you can find in the last posts. (titled with strange program)

regards

Carsten
by PICFriend
Wed Jan 18, 2012 9:05 pm
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Re: Programm not workin anymore since Flowcodeupdate to 4.5

Hi! Now! There is a solution (not realy)! I have had installed the flowcode V4.3.7.63 on another computer, compiled and it works fine. I altered the program, compiled and it works too! There must be a difference between the two Versions! At V 4.5 i changed the compilersettings and configurationdata ...
by PICFriend
Wed Jan 18, 2012 6:28 pm
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Re: Programm not workin anymore since Flowcodeupdate to 4.5

Hello Benj, I hade made a test again. I compiled a copy from the working flowchart with new CONFIG - data as you required. Unfortunately no function. I don´t know what is going wrong. The attached file is with Configuration data. More error description: In the targetdivice there is a display build i...
by PICFriend
Wed Jan 18, 2012 2:59 pm
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Re: Programm not workin anymore since Flowcodeupdate to 4.5

Hello!

OK, i will try. The window i found but never used befor. I will have a look at the software today in the afternoon.
I´ll report it then.

Carsten
by PICFriend
Wed Jan 18, 2012 1:19 pm
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Re: Programm not workin anymore since Flowcodeupdate to 4.5

Hi,

"Chip -> Configure -> Expert mode menu" => that is not available. There is only an empty window __CONFIG data!

How can i get this window?

Carsten
by PICFriend
Wed Jan 18, 2012 11:53 am
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Re: Programm not workin anymore since Flowcodeupdate to 4.5

Hi Benj,

Is there anybody working on that?
Perhaps it is a compiler conflict. The boostC compiler is a newer one with the flowcode V4.5, am i right?

regards

###
by PICFriend
Mon Jan 16, 2012 6:16 pm
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Re: Programm not workin anymore since Flowcodeupdate to 4.5

OK here are the C sources.

I have test it again. The older hex from the backup is working.
The actual compiled one is bad.
The only difference (my opinion) is the verson change.

From the running system (V4.3) i had made a copy and compile with V4.5. => not working!

Carsten
by PICFriend
Mon Jan 16, 2012 2:06 pm
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Re: Programm not workin anymore since Flowcodeupdate to 4.5

Hallo Benj,

Do you mean the C-File what you see in Flowcode under "View C Code"?
And this from both Versions?

OK, i will post the 2 files later from home.

Greets
by PICFriend
Mon Jan 16, 2012 11:13 am
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Re: Programm not workin anymore since Flowcodeupdate to 4.5

Yes and no! :!: When i use the same (not altered) flowchart, the same problem occured. That means, there is no difference when i use changed code. The 4.5 Version seems to make the fault. I had have made a copy from the running code (build with V4.3), compile it with V4.5 and then it is bad. In the ...
by PICFriend
Sun Jan 15, 2012 9:57 pm
Forum: Flowcode V4
Topic: Programm not workin anymore since Flowcodeupdate to 4.5
Replies: 19
Views: 9388

Programm not workin anymore since Flowcodeupdate to 4.5

Hey Guys, Since i updated my Flowcode 4.3x to 4.5.18.74 a written PIC program is not working anymore. There is a program that i wrote in the year 2010. Now in V4.5 i have to change one value in the code. I can compile, get a hex file. After transfer in the target device the program does not read the...
by PICFriend
Mon Oct 31, 2011 9:18 am
Forum: Flowcode V4
Topic: Question RS232 and I2C component and interrupts
Replies: 0
Views: 2427

Question RS232 and I2C component and interrupts

Hey there, I got a problem using RS232 and i2C component. Short explain the situation: A master/slave combination interchanges 10bytes with eachother. The attached program is a slave (one of seven) that recieves RS485 Data from a Master (9,N,38400) via RS232 RX Interrupt. Also in the slave is used a...
by PICFriend
Fri Sep 30, 2011 4:19 pm
Forum: Flowcode V4
Topic: RS 485 - Recieve Problem
Replies: 3
Views: 3077

Re: RS 485 - Recieve Problem

Hey benj,

It works. This seems to be the perfect solution!!

Thank you for support!

Carsten :mrgreen: :!:
by PICFriend
Thu Sep 29, 2011 9:38 pm
Forum: Flowcode V4
Topic: RS 485 - Recieve Problem
Replies: 3
Views: 3077

Re: RS 485 - Recieve Problem

me again
try a better picture

sorry