Search found 665 matches

by Rudi
Fri Mar 21, 2014 3:03 pm
Forum: Flowcode V6
Topic: RS232 unable to receive "0" byte
Replies: 9
Views: 7212

Re: RS232 unable to receive "0" byte

I am still on FC5 because of this kind of problems :( I dont have time to troubleshoot FC6 related errors. Hi zadah, how you have managed the Software Uart to fix it to 38400 - there is still "saying Baudrate is not supported" .. i think 38400 is to fast for a Software Uart - but i would test it if...
by Rudi
Thu Mar 20, 2014 9:35 pm
Forum: Flowcode V6
Topic: USB OTG Support
Replies: 5
Views: 4197

USB OTG Support

I take from http://www.matrixmultimedia.com/mmforums/viewtopic.php?f=7&t=7150 ........ a USB device is not the same as a USB host. ..... If you are interested inthis technology then Microchip do some devices with USB on the go but this is not supported by Flowcode....... Sorry Benj for activate an O...
by Rudi
Mon Mar 17, 2014 6:23 pm
Forum: Flowcode V6
Topic: RS232 unable to receive "0" byte
Replies: 9
Views: 7212

Re: RS232 unable to receive "0" byte

Hi Benj, at first thank you for your service and your time. i have rename the orig "RS232.fcpx" to "RS232.fcpx.old604" i have place the rs232.in FC6\components folder, restart FC6 new projekt... try to add from "Comms" a RS232 in this time a WindowMessage popup "Failed to add the component: RS232" M...
by Rudi
Mon Mar 17, 2014 3:41 pm
Forum: Flowcode V6
Topic: RS232 unable to receive "0" byte
Replies: 9
Views: 7212

Re: RS232 unable to receive "0" byte

Hi Benj, i have a question to this: I must take receice Bytes for the RS232. How i can managed this temporally to next fix, that i can get the 0 Byte Can you please give me a instruct - perhabs in your post you have posted - but i am not sure and perhabs i have not understand your "tip". If i have a...
by Rudi
Wed Mar 12, 2014 12:26 am
Forum: Deutsch Support-Forum
Topic: '#13 #10
Replies: 3
Views: 10116

Re: '#13 #10

Hi Jonny String So the string will be: "Hello\r\n" vielen Dank!!! Warum bin ich nicht selber drau gekommen ;-))))) Kannst Du mir noch helfen wie man es bei einem Char macht`? Char? Thank you so much - why is this not thinking by my self ;-)))) Jonny - can you help how this managed with Char? if i se...
by Rudi
Tue Mar 11, 2014 5:22 pm
Forum: Deutsch Support-Forum
Topic: '#13 #10
Replies: 3
Views: 10116

'#13 #10

Hi, schon jetzt danke für eure Anregung - ich suche einen einfachen Weg am RS232 einen Enter mit LineFeed anzuhängen wenn ich z.B. einen String / Char sende. Mein String Str = "Hallo" Das Zeichen Chr ( #13 ) Chr ( #10 ) Rs232SendString("Hallo" + Chr$(13) + Chr$(10) ))); Ich komme leider nicht drauf....
by Rudi
Wed Mar 05, 2014 7:14 pm
Forum: General Programming
Topic: String = NumberToHex$
Replies: 3
Views: 5947

Re: String = NumberToHex$

Hi Leigh, thank you for your Time and Help . I will try your example .. the option As a temporary fix : Msg1 = NumberToHex$(159) Msg2 = NumberToHex$(60) Msg3 = NumberToHex$(60) Msg = Msg1 + Msg2 + Msg3 i have try in one option - i am not sure just in Time ... -.. but i think the data was then "9F 3C...
by Rudi
Wed Mar 05, 2014 3:10 am
Forum: General Programming
Topic: String = NumberToHex$
Replies: 3
Views: 5947

String = NumberToHex$

Hi FC6 (PIC18F2550) i try in a simply New Clear Test Project with RS232 sending a Fix String like this i want to send a hex String ( 9F3C7F ) from 3 int numbers like this 159 = 9F 60 = 3C 127 = 7F so before i call the macro RS232 sendstring.. i insert a "calculation" msg = NumberToHex$(159) msg = ms...
by Rudi
Wed Mar 05, 2014 2:47 am
Forum: Deutsch Support-Forum
Topic: AVR MIDI out/in
Replies: 2
Views: 9251

Re: AVR MIDI out/in

Hi Helli... ...Boudrate(ganz wichtig!!)=31,50kHz ..sollte aber sein 31,250 KHz ich nehm auch den RS232 her weil ich mit dem MIDI nicht klar komme - es kann sein dass dieses Macro für das MIDI Shield ist - ich vermisse ganz stark die hilfe in der FC6 version - schade das man sich alles zusammen suche...
by Rudi
Wed Mar 05, 2014 2:39 am
Forum: Deutsch Support-Forum
Topic: FC6 Help
Replies: 2
Views: 8324

Re: FC6 Help

Hallo -

wenn keiner die Hilfe in FC6 vermisst, kann mir jemand sagen wo diese in FC6 steht?
Bei mir ist nur eine "offline" in engl. und in Version 5.
Gibt es noch keine Hilfe für FC6? bzw. nur online?

Danke!

Rudi
by Rudi
Wed Mar 05, 2014 2:37 am
Forum: Flowcode V6
Topic: "tdf.dll is corrupted or missing"..
Replies: 2
Views: 2669

Re: "tdf.dll is corrupted or missing"..

Hi Benj, in last try - i have try a manual update in windows - and ... there where 3 updates that was missing? - because - now its running! TiP fresh window after all update... make a manual update at finnish - there 3 updates as "update for update" this will not install automatic - so do it manual ...
by Rudi
Wed Mar 05, 2014 2:33 am
Forum: Flowcode V6
Topic: Flowcode6 and legacy WinXPsp2/3 failures
Replies: 15
Views: 11378

Re: Flowcode6 and legacy WinXPsp2/3 failures

Hi Jonny - in last try - i have try a manual update in windows - and ... there where 3 updates that was missing? - because - now its running! TiP fresh window after all update... make a manual update at finnish - there 3 updates as "update for update" this will not install automatic - so do it manua...
by Rudi
Mon Feb 10, 2014 5:41 am
Forum: Flowcode V6
Topic: "tdf.dll is corrupted or missing"..
Replies: 2
Views: 2669

"tdf.dll is corrupted or missing"..

Hi. Anyway, the first issue we have replicated is that one of the files needed .NET to run on XP. This has been fixed now and is probably responsible for the 'WinXP sp2 logged on as admin' issue. On a clean XP-32bit machine this then reports tdf.dll is corrupted or missing. We are looking into this...
by Rudi
Mon Feb 10, 2014 5:35 am
Forum: Deutsch Support-Forum
Topic: FC6 Help
Replies: 2
Views: 8324

FC6 Help

Hallo - ich bin neu in FC6 und habe mir kürzlich die prof und chips packs für knappe 680 eur.. gekauft. Ich vermisse die Hilfe zu FC6 .. wenn ich Hilfe aufrufe erscheint immer ein leeres Webfenster - Im Ordner - Offline_Help unter "en" sind Hilfe Webfiles von V5 ... ;-( die ich aber nur direkt aufru...
by Rudi
Mon Feb 10, 2014 5:19 am
Forum: Flowcode V6
Topic: Flowcode6 and legacy WinXPsp2/3 failures
Replies: 15
Views: 11378

Re: Flowcode6 and legacy WinXPsp2/3 failures

Hi. Anyway, the first issue we have replicated is that one of the files needed .NET to run on XP. This has been fixed now and is probably responsible for the 'WinXP sp2 logged on as admin' issue. On a clean XP-32bit machine this then reports tdf.dll is corrupted or missing. We are looking into this...