Search found 51 matches

by Abhijit
Mon Feb 23, 2026 2:53 am
Forum: General
Topic: UART ports
Replies: 6
Views: 400

Re: UART ports

Hello! Iain and Martin
Good morning

Many thanks for pointing out the links, yes indeed the target selection helped me to identify the chip I wanted, and found one with 4 UART, and the best part is I can use that for free, thank you to FC.

Thank you again to both of you.

Regards
Abhi
by Abhijit
Sat Feb 21, 2026 8:08 am
Forum: General
Topic: UART ports
Replies: 6
Views: 400

UART ports

Hello!

Did someone ever come across any 8bit chip of PIC having 3 UART ports, or it is always 2 ports only and for 3 or more ports i need to shift to 16bit chips. If the option is 16bit kindly point out a couple of basic chips available easily and in FC10 too.

Thank you.

Regards
Abhi
by Abhijit
Sat Jan 24, 2026 7:51 am
Forum: Feature Requests
Topic: QRCODE reader / Generator lib
Replies: 9
Views: 5751

Re: QRCODE reader / Generator lib

Hi! Chipfryer Thank you for your feedback, i found couple of links and i think my problem is solved, now i need to order to take trial, below for anyone working on Barcode scanner and TTL output. https://youtu.be/lK0oIyC76M4?si=nbn8G3bJEyGFNemY https://www.alselectro.in/product-page/bar-code-scanner...
by Abhijit
Sat Jan 24, 2026 6:34 am
Forum: Feature Requests
Topic: QRCODE reader / Generator lib
Replies: 9
Views: 5751

Re: QRCODE reader / Generator lib

Hi! Martin, Hi! Chipfryer good morning Thank you for sharing your views. My concern with scanning the barcode is limited to reading the data only, i am expecting the printed barcode label and i have to read, i have to save the number for further comparison, i hope the number or data is in a string f...
by Abhijit
Thu Jan 22, 2026 2:16 pm
Forum: Feature Requests
Topic: QRCODE reader / Generator lib
Replies: 9
Views: 5751

Re: QRCODE reader / Generator lib

Hello! Ben
good afternoon

Following the topic, i am also curious to know if it is possible to use a Barcode scanner to read data in FC10 and process for some application like comparing the string or counting how many time a barcode is scanned, etc.

Regards
Abhi
by Abhijit
Tue Sep 09, 2025 3:07 am
Forum: General
Topic: RGB LED WS2811
Replies: 5
Views: 2323

Re: RGB LED WS2811

Hi! Martin, Hi! Chipfryer good morning Thank you both for your suggestions, i will check and keep you posted. Yes the rest of the program is working good still i have kept 1 sec blink in the loop (in my chart) I also noticed only then that the program is running at 64Mhz, :lol: , and the PLL is not ...
by Abhijit
Mon Sep 08, 2025 4:22 pm
Forum: General
Topic: RGB LED WS2811
Replies: 5
Views: 2323

Re: RGB LED WS2811

Hi! Martin Kindly excuse for the delayed reply, it took me some time to extract the sample from the main program, attached is the chart to review. By the way how long can i extend the data pin, i mean from the micro port (C.5 pin) the the first LED (LED.0), can i lay the 3 wires i.e. +5V, 0V, and da...
by Abhijit
Mon Sep 08, 2025 12:30 pm
Forum: General
Topic: RGB LED WS2811
Replies: 5
Views: 2323

RGB LED WS2811

Hello! I am using WS2812B RGB led in one of my projects, below are few doubts, may i request to please address if someone has faced similar problem. 1. The component is not showing correctly in the 3D panel, i tried 1D, 2D, and 3D, but i could see only a single dot always with the axis arrow when se...
by Abhijit
Tue Aug 19, 2025 9:07 am
Forum: General
Topic: Compare 2 Data Arrays
Replies: 11
Views: 5119

Re: Compare 2 Data Arrays

Hi! Martin
good morning

No no my friend please don't be sorry, i always admire all the Valued Members as well forum members for there support and knowledge sharing, without which people like me cannot progress an inch.

Thank you once again for all your timely support, cheers...

Regards
Abhi
by Abhijit
Mon Aug 18, 2025 5:08 pm
Forum: General
Topic: Compare 2 Data Arrays
Replies: 11
Views: 5119

Re: Compare 2 Data Arrays

Hi! Martin Kindly excuse for the delayed reply, finally what i was expecting is happening in the simulation and i am sure the same shall work at actual, took some time to write as flowchart. (bool) match = true byte i = 0 while match && (.i < 12) .match = array_1[.i] == array_2[.i] .i = .i +...