Search found 14 matches

by jawier
Fri Feb 04, 2022 5:01 pm
Forum: Flowcode V6
Topic: Arduino Programming In Flowcode v6
Replies: 116
Views: 229623

Re: No hurry RS232 115200 compatible Mega 2560 R3 char illegible

MEGA 2560 R3 ATMEGA Board compatibel Arduino MEGA2560 R3 USB CI: CH340G from WCH http://www.ebay.de/itm/171641663903 Hi guys RS232 works well until 57600. If set 115200 the character will be illegible. best wishes rudi ;-) older infos: https://forums.ni.com/t5/LabVIEW/Arduino-MEGA-2560-with-115200-...
by jawier
Wed Dec 20, 2017 5:52 pm
Forum: Flowcode V6
Topic: Flowcode6 1602 LCD problem
Replies: 22
Views: 14203

Re: Flowcode6 1602 LCD problem

not use pd6
by jawier
Sun Feb 17, 2013 2:00 pm
Forum: Programming Tips & Tricks
Topic: Using the HITECH C compiler with Flowcode 4.2
Replies: 10
Views: 74358

Re: Using the HITECH C compiler with Flowcode 4.2

It is only possible with Hitech 9.70 and 9.63?

Pictures
by jawier
Sun Feb 17, 2013 1:55 pm
Forum: Programming Tips & Tricks
Topic: Using the HITECH C compiler with Flowcode 4.2
Replies: 10
Views: 74358

Re: Using the HITECH C compiler with Flowcode 4.2

I am trying use FC5 with HiTech 9.8, but in MPLAB 8.63 and it not works. Build C:\ProyectosPic\HiTech18fProba for device 18F2550 Using driver C:\Program Files\HI-TECH Software\PICC-18\9.80\bin\picc18.exe Make: The target "C:\ProyectosPic\Proba18FCV5HiTech.p1" is out of date. Executing: "C:\Program F...
by jawier
Sat Feb 16, 2013 9:21 pm
Forum: Programming Tips & Tricks
Topic: Using the HITECH C compiler with Flowcode 4.2
Replies: 10
Views: 74358

Re: Using the HITECH C compiler with Flowcode 4.2

What about FC V5 and Hi-Tech compiler?
by jawier
Mon Feb 11, 2013 10:04 pm
Forum: C and ASM Programming
Topic: compile Flowcode C-File in MPLab with BoostC
Replies: 2
Views: 12320

Re: compile Flowcode C-File in MPLab with BoostC

Hi, i am try to use MPLab to compile but " Failed to load C:\Proyect....cof" Clean: Deleting intermediary and output files. Clean: Done. Executing: "C:\Program Files\Flowcode\v5\Tools\boostc\boostc_pic18.exe" COMU2550_4.c -O1 -W1 -t 18F2550 BoostC Optimizing C Compiler Version 7.05 (for PIC18 archit...
by jawier
Mon Sep 27, 2010 2:05 pm
Forum: Components (Comms)
Topic: ECIO and use of USB in Flowcode
Replies: 18
Views: 20602

Re: ECIO and use of USB in Flowcode

ok.Thanks so much. :P
by jawier
Mon Sep 27, 2010 8:35 am
Forum: Components (Comms)
Topic: ECIO and use of USB in Flowcode
Replies: 18
Views: 20602

Re: ECIO and use of USB in Flowcode

Sorry, 48/3=16 (it is bad in the example).
I write the speed of the program, not the Xtal, Is it good?

My USB run OK and the inerrupt work excellent, then,
What,How,Where, is the use of this USBINT? :idea:

Thank you so much for answered me. :P
by jawier
Mon Sep 27, 2010 7:31 am
Forum: Components (Comms)
Topic: ECIO and use of USB in Flowcode
Replies: 18
Views: 20602

Re: ECIO and use of USB in Flowcode

Yes, you're right.
This run ok, but two questions.
The first,quartz xtal 20MHz preescaller 5 (20/5=4 to PLL) -> (PLL/2=48) ->CPUDIV (no divide selected, then /2 )-> (48/2=16)

The second,therefore, when would be it use the USBINT? :|

Thanks Benj. :P
by jawier
Thu Sep 23, 2010 4:06 pm
Forum: Components (Comms)
Topic: ECIO and use of USB in Flowcode
Replies: 18
Views: 20602

Re: ECIO and use of USB in Flowcode

I mean, if i send something throught hyperterminal, the interrupt shoulbe jump. I do this: } //ADDED BR - Call to Flowcode Macro "test" FCM_test(); } But no run. Is it necesary enable the USBINT? Yes: My program only do the interrupt, not run the main program. No: My program is only doing the main p...
by jawier
Thu Sep 23, 2010 2:18 pm
Forum: Components (Comms)
Topic: ECIO and use of USB in Flowcode
Replies: 18
Views: 20602

Re: ECIO and use of USB in Flowcode

I have not been able to make it run. The interruption does not run. :cry:
I have not enabled the USBINT because,what do I use Macro?

The USBINT does not enable peripheral interrupts.
Is it good?

Thanks
by jawier
Thu Sep 23, 2010 8:47 am
Forum: Components (Comms)
Topic: ECIO and use of USB in Flowcode
Replies: 18
Views: 20602

Re: ECIO and use of USB in Flowcode

Thanks, today i try it. :P
by jawier
Wed Sep 22, 2010 7:13 am
Forum: Components (Comms)
Topic: ECIO and use of USB in Flowcode
Replies: 18
Views: 20602

Re: ECIO and use of USB in Flowcode

Hi all. Anyone who knows how to use, USBINT in USBSerial for create one interrup when you receive something? :shock: I've been doing a program to send data, and receiving by interruptions, but continuously the interruption jumps. In the datasheet of 18f2550 don´t appears anything about usb interrupt...
by jawier
Thu Jul 16, 2009 9:55 am
Forum: Components (Comms)
Topic: Help
Replies: 1
Views: 6493

Help

How i can create a component ccp? I've been watching the Multiservo2 and the requency counter but I can not do a tachometer.