Search found 48 matches

by ncc1502
Fri Feb 04, 2011 5:45 pm
Forum: Programming Tips & Tricks
Topic: 3C : LCD I2C
Replies: 31
Views: 59496

Re: 3C : LCD I2C

Has anybody done the same work for the LCD on an SPI port expander?
by ncc1502
Thu Jan 13, 2011 11:24 pm
Forum: Flowcode V4
Topic: adding a programmer
Replies: 2
Views: 4084

Re: adding a programmer

I use Easypic5 from MikroElectronica

I have added at programmer location: C:\Program Files\Mikroelektronika\PICFLASH-mikroICD\PICFLASH.exe
with Parameter: -f"%f.hex"

I use the older picflash, i think it should probably work also with the newer Mikroprog suite.

Hope this helps.
by ncc1502
Sat Aug 28, 2010 12:02 am
Forum: Programming Tips & Tricks
Topic: 3C : RS232 Parity (1)
Replies: 4
Views: 7922

Re: 3C : RS232 Parity (1)

Dan81, I am not a C programmer and i do not understand the code of components, so how to change that is even more a mistery to me. After i import your 232 component, what do i have to do to send/receive in odd or even parity? I have looked at your sample files but at the extende properties of the RS...
by ncc1502
Tue Jul 20, 2010 9:43 pm
Forum: Flowcode V4
Topic: PIC EEPROM does not store data
Replies: 15
Views: 7513

Re: PIC EEPROM does not store data

Just a thougt.

You do not set the fuse that code protect the eeprom from writing/reading when programming?
by ncc1502
Mon Jun 07, 2010 9:07 pm
Forum: Flowcode 4 Bugs
Topic: Decision balloon
Replies: 4
Views: 4081

Re: Decision balloon

Thanks Steve
by ncc1502
Wed Apr 28, 2010 8:51 pm
Forum: Flowcode 4 Bugs
Topic: Decision balloon
Replies: 4
Views: 4081

Decision balloon

When you put your mouse pointer over a decision, a balloon pops up. In Dutch translation (perhaps also in other languages) the text in the balloon is: "AlsVariable = .......", while it should be "Als Variable = ........" (In english IfVariable =). In FC3 it is the same. Perhaps in some update this m...
by ncc1502
Wed Apr 28, 2010 8:17 pm
Forum: Flowcode 4 Suggestions
Topic: value of a veriable during simulation
Replies: 2
Views: 6748

value of a veriable during simulation

In the veriable window the value of a variable is displayed in decimal and hexadecimal. Is it possible to show the value in binari as well? If you input or output a value from/to a port you can see immediately at the binary value of the variable in the watch what inputs/outputs are active high or low.
by ncc1502
Wed Apr 28, 2010 8:08 pm
Forum: Flowcode 4 Suggestions
Topic: Overview of inputs and outputs
Replies: 1
Views: 6048

Overview of inputs and outputs

In simulation it would be verry handy to have an overview of the state of inputs and outputs. I think of a picture of the processor with all ports on it and lights on if a input or output is active high and lights off when input or output is active low. It would be something like a logic analiser in...
by ncc1502
Wed Apr 28, 2010 7:58 pm
Forum: Flowcode 4 Suggestions
Topic: Search variables
Replies: 2
Views: 3472

Re: Search variables

I was struggling with the same issue.

If a program gets bigger it is sometimes hard to find a variable, a search function would be verry welcome.
by ncc1502
Wed Apr 28, 2010 7:48 pm
Forum: Flowcode 4 Bugs
Topic: Delete all breakpoints
Replies: 0
Views: 2165

Delete all breakpoints

When i choose delete all breapoints from the Edit menu not all breakpoints are deleted.

It seems as if breakpoints which are attached to a loop do not delete, while all other breakpoints are gone.
by ncc1502
Thu Apr 15, 2010 10:38 pm
Forum: Announcements
Topic: Strange signs in forum
Replies: 3
Views: 13918

Strange signs in forum

Perhaps a bit ofline, but when i read articles i often see some strange signs (I marked tham Fat): ......... from the same port! The ‘Enable’ has been .................................. another Port in the ‘C’ code. Do i need to adjust something in my browser (IE7) to get this right, or did ...
by ncc1502
Fri Apr 09, 2010 9:09 pm
Forum: Flowcode 4 Suggestions
Topic: Type of variables
Replies: 8
Views: 10031

Re: Type of variables

Thanks for your reply Steve. What i am concernd longint is needed, unsigned integer is sometimes handy, but not nececary (if needed a longint will do the job). A bool would be nice, will it cut memory usage or is it the same as byte? With bool type variable, will things like: if name then..... be po...
by ncc1502
Thu Apr 08, 2010 11:57 pm
Forum: Flowcode 4 Suggestions
Topic: Type of variables
Replies: 8
Views: 10031

Re: Type of variables

ncc1502 wrote:Why are there only variables of the type byte, integer, string and float?

Unsigned integer and longint would be verry welcome. I can't imagine that the c-compiler the code is transformed to does not have these type of variables.
MM guys, any coment on this message would be appreciated.
by ncc1502
Tue Mar 30, 2010 8:02 am
Forum: Programming Tips & Tricks
Topic: Is your Project Not working? Help and General Advice
Replies: 17
Views: 79224

Re: Is your Project Not working? Help and General Advice

It might be an open door, but........ My experience is that when you simulate a program, almost all variables have (automaticly) 0 as a value at the start of the program. When running this program on a microcontroller, this is for sure not the case and unprodicted things (or nothing) will happen. Th...
by ncc1502
Mon Mar 29, 2010 9:07 pm
Forum: Flowcode 4 Suggestions
Topic: Message Box "Simulation has ended"
Replies: 5
Views: 4694

Re: Message Box "Simulation has ended"

New update solves everything.

Box dissapeares at first click, thanks guys.
by ncc1502
Sun Mar 21, 2010 6:42 pm
Forum: Flowcode V4
Topic: RS 232 communication
Replies: 1
Views: 2053

RS 232 communication

I need parity on a project (only sending). simple Pics don't have parity, but there is a possibility to choose 9 databits, so the 9th bit could be the (self calculated) parity. The 9 bit option is greyed out, how do i set this up? How do i send the 9th bit to the uart register (txsta.tx9d)? I assume...
by ncc1502
Sat Mar 20, 2010 8:44 pm
Forum: Flowcode 4 Suggestions
Topic: Message Box "Simulation has ended"
Replies: 5
Views: 4694

Re: Message Box "Simulation has ended"

medelec35 wrote: What version are you running?
I use 4.2.3.58, but it does not dissapear always, can be annoying.
by ncc1502
Sat Mar 20, 2010 7:11 pm
Forum: Flowcode 4 Suggestions
Topic: Type of variables
Replies: 8
Views: 10031

Type of variables

Why are there only variables of the type byte, integer, string and float?

Unsigned integer and longint would be verry welcome. I can't imagine that the c-compiler the code is transformed to does not have these type of variables.
by ncc1502
Sat Mar 20, 2010 7:07 pm
Forum: Flowcode 4 Suggestions
Topic: Message Box "Simulation has ended"
Replies: 5
Views: 4694

Message Box "Simulation has ended"

Dear MM team, When i click the stop button, i know that the simulation stops, i do not need a messagebox. It irratates me verry much that it has to be closed by a click. Please make a setting to get rid of this box. If there is a reason why you must show this box, let it dissapear within 3 seconds o...
by ncc1502
Mon Feb 22, 2010 8:14 pm
Forum: Flowcode V4
Topic: Simulate Port Extender
Replies: 1
Views: 1919

Simulate Port Extender

Is it possible for matrix to create a model for simulating a Port Extender, so inputs and outputs can be connected to the Port Extender in simulation.

Is it possible to connect LCD display to Port Extender, i could not find a item on that.
by ncc1502
Wed Jun 03, 2009 9:24 pm
Forum: Components (Other)
Topic: LCD on multipe ports
Replies: 5
Views: 8178

Re: LCD on multipe ports

I did get my V3 pro version only this year, are there any options to upgrade for free?
by ncc1502
Mon Jun 01, 2009 8:11 pm
Forum: Components (Other)
Topic: LCD on multipe ports
Replies: 5
Views: 8178

LCD on multipe ports

Is there a way to connect a LCD to lines of 2 different ports?

For instance port A for the data lines and port E for the controll lines?
by ncc1502
Fri Apr 11, 2008 12:02 am
Forum: General Programming
Topic: Whats best for 2-way communication over Serial
Replies: 3
Views: 4404

Re: Whats best for 2-way communication over Serial

I am new to flowcode (have V3)

I need the same function (sending and receiving characters),

Is there a sample for this routine for download?

Best regards

NCC