Search found 1037 matches

by chipfryer27
Sun Mar 24, 2024 1:14 pm
Forum: Projects - Embedded
Topic: RS485 example
Replies: 41
Views: 1678

Re: RS485 example

Hi The problem appears to be that you are using a String as the array. If you look at Simulation Debugger and have your array as one of the variables to display, you will see that things are fine until you get to certain values which correspond to certain characters / action. If you create a byte ar...
by chipfryer27
Sun Mar 24, 2024 7:48 am
Forum: General
Topic: EEPROM_FLOAT PIC16F1939
Replies: 12
Views: 783

Re: EEPROM_FLOAT PIC16F1939

Hi I can only run in simulation, and after storing variables Lat / Long in EEPROM I set them to zero before reading back to check what was being returned. Simulation debugger displayed as expected. When switch A0 is active the Lat is displayed at position 0/1 of your display. When switch A1 is activ...
by chipfryer27
Sat Mar 23, 2024 10:29 pm
Forum: Projects - Embedded
Topic: RS485 example
Replies: 41
Views: 1678

Re: RS485 example

Hi Prácticamente cualquier valor que desees. Si crea una matriz de bytes, entonces se puede almacenar cualquier valor de byte, si es una matriz de enteros, entonces cualquier valor entero, etc. Capture el valor del teclado y asígnelo a cualquier posición en la matriz que desee (por ejemplo, matriz [...
by chipfryer27
Sat Mar 23, 2024 10:15 pm
Forum: Feature Requests
Topic: Visual-Only Flowcharter
Replies: 9
Views: 548

Re: Visual-Only Flowcharter

Hi

I've used it a few times when presenting to those unfamiliar with technicalities as it's easier to "explain" without the rest of the Flowcode icons present.

Regards
by chipfryer27
Sat Mar 23, 2024 10:06 pm
Forum: Projects - Embedded
Topic: RS485 example
Replies: 41
Views: 1678

Re: RS485 example

Hi From memory (as no access at present) so forgive any error. Create a variable called (for example) Send and when you create it add in a dimension e.g for three bytes Send[3]. You now have an array in which you can store and retrieve three separate bytes. You can assign values using a calculation....
by chipfryer27
Sat Mar 23, 2024 8:14 pm
Forum: Projects - Embedded
Topic: RS485 example
Replies: 41
Views: 1678

Re: RS485 example

I already carried out my first experience sending only numerical data and I was able to verify that the transceiver sends the data (numeric) correctly and that the receiver also receives it correctly. Now I would like to send a frame of 3-4 bytes consecutively so that the receiving pic receives the...
by chipfryer27
Sat Mar 23, 2024 7:43 am
Forum: Feature Requests
Topic: Visual-Only Flowcharter
Replies: 9
Views: 548

Re: Visual-Only Flowcharter

Hi Use the Browse button to navigate /select your usual flowcode file (.fcfx) and Upload button to view it. It's a tool Ben kindly created and shared independent to Flowcode / Matrix TSL that displays your Flowcharts / variables etc. Below is an extract from the viewer and the target file used. View...
by chipfryer27
Wed Mar 20, 2024 7:17 pm
Forum: Feature Requests
Topic: Suggestions for new microcontroller support
Replies: 49
Views: 99101

Re: Suggestions for new microcontroller support

Hi With regards to controlling via an android app this is doable, to an extent. You can create an interactive environment using Web Developer which creates a HTML page that runs in most browsers including those found on android phones.The page allows you to send instructions and receive results etc....
by chipfryer27
Mon Mar 18, 2024 7:16 pm
Forum: App Developer
Topic: Web Developer browsers
Replies: 7
Views: 282

Re: Web Developer browsers

Hi Further info. Firefox 115 on a W8.1 machine doesn't work due to CORS restrictions. Microsoft Edge and Google Chrome do work. Firefox 123 on W10 / 11 does work as do Microsoft Edge and Google Chrome. On a Samsung running android 13, Firefox, Chrome and DuckDuckGo do work, however default app Web V...
by chipfryer27
Mon Mar 18, 2024 2:51 pm
Forum: App Developer
Topic: Web Developer browsers
Replies: 7
Views: 282

Re: Web Developer browsers

Hi

I tried disabling all extensions, didn't work, then compared my 115 settings to 123 and all my FF instances are set the same.

It's not going to be much of a issue for me, as Edge works. I might try with some other browsers just to see which if any are troublesome..

Regards