debug options

For general Flowcode discussion that does not belong in the other sections.
Post Reply
flowcode-developer
Posts: 37
http://meble-kuchenne.info.pl
Joined: Thu Feb 02, 2023 9:32 pm
Has thanked: 19 times
Been thanked: 3 times

Flowcode v10 debug options

Post by flowcode-developer »

Hi,
I was wondering if the debug options, oscilloscope, and data recorder are options only for code blocks? I have not had any luck connecting my Arduino or avr and get a successful built to target. I don't want to spend more money on buying boards, but I do like the debug features. I have an ATMEGA2560 that connects via USB. I also have an ATMEGA260 that is programmed with an ATMEL-ICE.

BenR
Matrix Staff
Posts: 1739
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 440 times
Been thanked: 603 times

Re: debug options

Post by BenR »

Hello,

The oscilloscope, data recorder, console etc can be used with the following items.

Simulation
Simulation linked to a hardware API target - e.g. https://www.flowcode.co.uk/wiki/index.p ... e_Devices)
E-blocks with Ghost technology - https://www.flowcode.co.uk/wiki/index.p ... Technology
Or finally for your own purposes e.g. connecting to your own hardware and displaying data sent from that hardware.

Post Reply