Search found 349 matches

by EtsDriver
Fri Jun 02, 2017 8:27 pm
Forum: 16-Bit PIC
Topic: ECIO 16P40 usb serial speed?
Replies: 1
Views: 6028

ECIO 16P40 usb serial speed?

Hi!
eciousb.PNG
(23.33 KiB) Downloaded 3075 times
This might be dumb question, but is the Ecio auto negotiating the usb serial speed or what? Don't see option to change it on the component when loaded to project? :shock:
by EtsDriver
Wed May 31, 2017 8:59 pm
Forum: Flowcode V7
Topic: how to get a glcd work with with PIC16F1937
Replies: 37
Views: 37179

Re: how to get a glcd work with with PIC16F1937

Did you edit your circuit according to the diagram i posted above? What are your current load capacitors for your PIC?
glcd.PNG
(72.1 KiB) Not downloaded yet
Just to notify, your program has many "If 1":s... That might cause unexpected behavior...
by EtsDriver
Wed May 31, 2017 8:45 pm
Forum: Bug reports
Topic: Project Explorer: "List occurences" minor bug
Replies: 1
Views: 2401

Project Explorer: "List occurences" minor bug

Seems that if you name variable to "TEMP" and use it in code as "temp" (against golden rules of coding :lol:), this causes Flowcode list occurences to skip those written differently. To reproduce: Create a chart, declare variable "TEMP". Use variable with referencing "temp" in somewhere, then try to...
by EtsDriver
Wed May 31, 2017 5:11 am
Forum: General Programming
Topic: LCD is not receiving data from PIC16F877A
Replies: 9
Views: 11111

Re: LCD is not receiving data from PIC16F877A

Could you disable adblocker and try then uploading the file? What browser are you using?
by EtsDriver
Tue May 30, 2017 6:22 pm
Forum: General Programming
Topic: USB Bootloader for PIC18F2455/2550/4455/4550
Replies: 3
Views: 4927

Re: USB Bootloader for PIC18F2455/2550/4455/4550

I once looked into this but my head blew after few attempts... Basically you would need to create a bootloader that: Initializes and checks it's own bootloading code (that were good to go). Brings USB up,waits for knok, if nobody is knoking, closes USB and starts user application. If someone knocks,...
by EtsDriver
Mon May 29, 2017 6:51 pm
Forum: Bug reports
Topic: 16F18xxx EEPROM
Replies: 1
Views: 2453

16F18xxx EEPROM

Seems that EEPROM component doesnt like 16F18877. Throws errors at compilation just by adding it to project: C:\Program Files (x86)\Flowcode 7\CAL\PIC\PIC_CAL_EEPROM.c: FC_CAL_EE_Read() 44: EEADR = Address & 0xff; ^ (192) undefined identifier "EEADR" 52: EECON1bits.EEPGD = 0; ^ (192) undefined ident...
by EtsDriver
Mon May 29, 2017 2:53 pm
Forum: Bug reports
Topic: [WORKAROUND] 16F18877 port IO has something weird going on..
Replies: 5
Views: 5585

Re: 16F18877 port IO has something weird going on...

@EtsDriver , have you tried a 1 sec flash test to see if you can turn output on and off? Martin Tested it yes, the outputs can be toggled fine. (And the UART works fine :) ) PORTx reads when it's ANSELx bits are set will always return a zero. Can you explain that more? Oh found it: Had to put C-cod...
by EtsDriver
Sun May 28, 2017 9:48 pm
Forum: Bug reports
Topic: [WORKAROUND] 16F18877 port IO has something weird going on..
Replies: 5
Views: 5585

[WORKAROUND] 16F18877 port IO has something weird going on..

Hi! I tried to read PORTB/D/E and confirmed that they have +5V on the pins, but it seems that flowcode is returning always zero, no matter what is the ports real state (tested with couple of boards and checked all soldering joints under micros-scope). Had no chance to check other ports as the chip i...
by EtsDriver
Wed Apr 26, 2017 2:11 pm
Forum: Bug reports
Topic: 16F18877 and ENC28J60
Replies: 5
Views: 5187

Re: 16F18877 and ENC28J60

Hi! I think there is now a new bug there? When trying to use HW channels, the code will not compile... C:\Program Files (x86)\Flowcode 7\compilers\pic\bin\xc8.exe --chip=16F18877 "SW_LEDTEST.c" --MSGDISABLE=359,1273,1388 Microchip MPLAB XC8 C Compiler (Free Mode) V1.41 Build date: Jan 24 2017 Part S...
by EtsDriver
Wed Apr 26, 2017 11:13 am
Forum: Bug reports
Topic: DSPIC30f2010 compilation fails?
Replies: 6
Views: 5848

DSPIC30f2010 compilation fails?

Might be connected to V6 problem To see if that linked problem exists in V7, I tried to make 4ch PWM on with PIC16 pack license (DSPIC), but seems the XC compiler doesnt like it... Target folder: J:\TEST\ Source name: J:\TEST\dspic30f2010.fcfx Title: Description: Device: PIC16.30F.30F2010 Generated...
by EtsDriver
Wed Apr 26, 2017 11:07 am
Forum: Bug reports
Topic: dspic30f2010
Replies: 2
Views: 6508

Re: dspic30f2010

Hi and welcome to forums! Could you attach your flowchart to the message so we can investigate better? I tried to make 4 pwm work on FC V7, and found out the compiler doesnt like it for some reason... EDIT: Ill link a post here; V6 case might be same as the V7, so Flowcode does not currently support...
by EtsDriver
Fri Apr 21, 2017 7:12 pm
Forum: Flowcode V7
Topic: Unable to Activate Flowcode 7.2
Replies: 21
Views: 16463

Re: Unable to Activate Flowcode 7.2

Hello I purchased a Flowcode license with the holiday pricing and received a Paid Invoice. I tried to activate the product but realized that I did not have any information on my account to enter to actually activate Flowcode 7.2. I created an account and do not know how to reconcile my purchase to ...
by EtsDriver
Thu Apr 20, 2017 5:50 pm
Forum: User Components
Topic: Updated Components in V7?
Replies: 6
Views: 8298

Re: Updated Components in V7?

I did see the updated components link but I guess my mail wasn't very clear. In a few days or whenever, that post will probably be deeper into the Topics list and without going through possible pages to find, I was wondering if there was a predefined area on your site where "latest components" resi...
by EtsDriver
Wed Apr 19, 2017 2:04 pm
Forum: Flowcode V7
Topic: Ecio Driver
Replies: 12
Views: 9179

Re: Ecio Driver

Hey, i had a flashback! What devices you have connected when trying to install the driver? Can you pull other USB devices out to try with just minimum? I had once problems with driver installation and finally traced the problem to be USB card reader being connected at same time with EB006... Pulled ...
by EtsDriver
Sun Apr 16, 2017 10:15 am
Forum: Flowcode V7
Topic: Ecio Driver
Replies: 12
Views: 9179

Re: Ecio Driver

Hi!
Have you tried using these signed drivers?

I noticed once that the flowcode v7.1 installer included unsigned ones :D
by EtsDriver
Tue Apr 11, 2017 7:15 pm
Forum: Feature requests
Topic: FEATURE REQUESTS POLL 1/5: Usage improvements
Replies: 1
Views: 3237

FEATURE REQUESTS POLL 1/5: Usage improvements

Hi! I looked through these feature requests and saw Matt had requested poll before, so i decided to throw one together that allows us as a community to show our interests for improvements we'd like to see. I tried to collect to the list all improvements that are possible/in investigation from Matrix...
by EtsDriver
Tue Apr 11, 2017 7:15 pm
Forum: Feature requests
Topic: FEATURE REQUESTS POLL 2/5: Chip range additions
Replies: 0
Views: 4522

FEATURE REQUESTS POLL 2/5: Chip range additions

This is part 2 of 5 poll series. This will contain some quick-runthrough about some improvements i've seen in the Feature requests section. The list is not in any order, i threw them around in excel and copy-pasted here. Cypress chip range Arduino DUE / Atmel(Microhip) ARM additions ST ARM Ethernet ...
by EtsDriver
Tue Apr 11, 2017 7:14 pm
Forum: Feature requests
Topic: FEATURE REQUESTS POLL 3/5: Display and Peripherials
Replies: 0
Views: 4595

FEATURE REQUESTS POLL 3/5: Display and Peripherials

This is part 3 of 5 poll series. This will contain some quick-runthrough about some improvements i've seen in the Feature requests section. The list is not in any order, i threw them around in excel and copy-pasted here. Nextion displays ST7920/ST7921 glcd controller support <--- (Someone forgot to ...
by EtsDriver
Tue Apr 11, 2017 7:14 pm
Forum: Feature requests
Topic: FEATURE REQUESTS POLL 4/5: Communications
Replies: 0
Views: 4443

FEATURE REQUESTS POLL 4/5: Communications

This is part 4 of 5 poll series. This will contain some quick-runthrough about some improvements i've seen in the Feature requests section. The list is not in any order, i threw them around in excel and copy-pasted here. CRC calculation Simple cryptography RX interrupt simulation New RF transmission...
by EtsDriver
Tue Apr 11, 2017 7:14 pm
Forum: Feature requests
Topic: FEATURE REQUESTS POLL 5/5: Components
Replies: 0
Views: 4500

FEATURE REQUESTS POLL 5/5: Components

This is part 5 of 5 poll series. This will contain some quick-runthrough about some improvements i've seen in the Feature requests section. The list is not in any order, i threw them around in excel and copy-pasted here. Atmospheric Pressure Sensor BME280 I2C/SPI Temp/humidity sensor component (unfi...
by EtsDriver
Tue Apr 11, 2017 6:01 pm
Forum: Feature requests
Topic: Sequence of macros
Replies: 2
Views: 3603

Re: Sequence of macros

This is still a problem, if main is on the left and we save and close, after reopening, the main is on the most right...
macro order.png
(2.11 KiB) Downloaded 1911 times
Would classify more as a bug than feature :D
by EtsDriver
Tue Apr 11, 2017 3:29 pm
Forum: Bug reports
Topic: [SOLVED] 16F18877 hardware UART bug
Replies: 2
Views: 3648

Re: [SOLVED] 16F18877 hardware UART bug

Marked as solved, works on hw now!
by EtsDriver
Tue Apr 11, 2017 2:27 pm
Forum: General Programming
Topic: Need some suggestion for a project
Replies: 6
Views: 6132

Re: Need some suggestion for a project

Could you use markings on the ground maybe, or does the route change etc?
by EtsDriver
Mon Apr 10, 2017 6:10 pm
Forum: Bug reports
Topic: 16F18877 and ENC28J60
Replies: 5
Views: 5187

Re: 16F18877 and ENC28J60

After applying update and trying to compile i now get error: C:\Program Files (x86)\Flowcode 7\CAL\PIC\PIC_CAL_SPI.c: FC_CAL_SPI_Master_Init_1() 173: tris |= (1 << (0)); ^ (192) undefined identifier "tris" 190: SSPSTATbits.CKE = (((2) & 0x02))?1:0; ^ (192) undefined identifier "SSPSTATbits" ^ (196) ...
by EtsDriver
Sun Apr 09, 2017 1:52 pm
Forum: Bug reports
Topic: 16F18877 and ENC28J60
Replies: 5
Views: 5187

16F18877 and ENC28J60

ENC is losing software defined pins after every load? Every time i load the file, the pins have changed to something else i had set up when saving? Ive got following when saving: C1=CS ENC C3=SCK C4=MISO C5=MOSI A3= ENC reset After closing flowcode and opening it again: CS ENC = C1 MISO = unconnecte...