Felermeldung 18F25J50 and USB

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
Pascal_2016
Posts: 89
Joined: Wed Aug 31, 2016 4:48 pm
Been thanked: 4 times
Contact:

Felermeldung 18F25J50 and USB

Post by Pascal_2016 »

Hello

I'm trying to send data over a USB connection.

The microcontroller is an 18F25J50
The settings are without quartz 48MHz

in an endless loop I send data via a USB serial connection to the PC

When I compile the program I get the following error message:

C:\Program Files (x86)\Flowcode\Common\Compilers\pic\batch\pic_xc8_comp.bat 18F26J50 "D:\PR6751~1\" "Flowcode12"

D:\PR6751~1>C:\PROGRA~2\Flowcode\Common\COMPIL~1\pic\batch\..\bin\xc8.exe --chip=18F26J50 "Flowcode12.c" --MSGDISABLE=359,1273,1388 --FLOAT=32 --DOUBLE=32
Microchip MPLAB XC8 C Compiler (Free Mode) V1.45
Build date: Nov 15 2017
Part Support Version: 1.45
Copyright (C) 2017 Microchip Technology Inc.
License type: Node Configuration

(100) unterminated #if[n][def] block from line 904
(908) exit status = 1
(908) exit status = 1

Error returned from [xc8.exe]

C:\Program Files (x86)\Flowcode\Common\Compilers\pic\batch\pic_xc8_comp.bat Hat den Fehlercode 1 gemeldet

Autoclose turned off


BEENDET
Attachments
Flowcode12.fcfx
(9.53 KiB) Downloaded 156 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Felermeldung 18F25J50 and USB

Post by Benj »

Hello,

Thanks for letting us know. I believe I have fixed this problem now and pushed it to the update system.

Let me know how you get on.

Pascal_2016
Posts: 89
Joined: Wed Aug 31, 2016 4:48 pm
Been thanked: 4 times
Contact:

Re: Felermeldung 18F25J50 and USB

Post by Pascal_2016 »

Hello Benj,

Thank you very much for your quick help. With the new update the USB interface works again.

Post Reply