Search found 7 matches

by Landlweg
Sun Mar 03, 2024 11:55 am
Forum: User Components
Topic: CRC-16 Component
Replies: 17
Views: 7159

Re: CRC-16 Component

Hi Steve,
Hi Martin,

Sorry i was ill.

Thank you for help
But the result is always wrong

i have for example 9 databyte,
4d 56 57 02 80 00 19 00 00,
CRC-CCITT16 Polynom 0x8408,
the result from other system inverted is 69 CD,
Do you have a good idea ?
i have Flowcode V10,PIC16F18877,

regards
Hermann
by Landlweg
Fri Sep 15, 2023 2:08 pm
Forum: User Components
Topic: CRC-16 Component
Replies: 17
Views: 7159

Re: CRC-16 Component

Hi Martin, Sorry - my know how is to small i have attach the file CCITT16-02.fcfx for this databytes i have to calculate the checksumme CRC16 Polynominal 0x8404 and invert the result in two bytes. with PIC16F18877, he have a funktion for Cylic redundancy check (CRC) Module but if is working with sof...
by Landlweg
Thu Sep 14, 2023 7:05 pm
Forum: User Components
Topic: CRC-16 Component
Replies: 17
Views: 7159

Re: CRC-16 Component

Hi Martin,

Sorry - what i make wrong
to import a makro it must have extensione *fcm ?

regards
Hermann
by Landlweg
Wed Sep 13, 2023 6:44 pm
Forum: User Components
Topic: CRC-16 Component
Replies: 17
Views: 7159

Re: CRC-16 Component

Hi Martin,
thank you for help
but in what way i can include it in Flowcode V10
the extension is normal for Flowcode *.fcfx
but this have *fcpx ?

regards
Hermann
by Landlweg
Tue Sep 12, 2023 12:55 pm
Forum: User Components
Topic: CRC-16 Component
Replies: 17
Views: 7159

Re: CRC-16 Component

Sorry i will work with a PIC16F18877,

regards
Hermann
by Landlweg
Tue Sep 12, 2023 10:32 am
Forum: User Components
Topic: CRC-16 Component
Replies: 17
Views: 7159

Re: CRC-16 Component

Dear Martin,

i think i need this programm
i have to transmit 9 byte data with CRC16 plynom 0x8408
can you help ?

regards
Hermann
by Landlweg
Thu Aug 03, 2023 6:40 pm
Forum: General
Topic: CRC calculation inside C-Box
Replies: 5
Views: 1152

Re: CRC calculation inside C-Box

Good afternoon, i am new work with Pic16F18877, BL0080, Uart, Flowcode V10 i have to transmit 9 byte data and a 2 byte checksum with CRC-CCITT16-polynom 0x8408 i have found a nice example CRC8_c_code_V_1_2.fcfx do you have also a example with CCITT16-polynom 0x8408 or can you help ? best regards Her...