Search found 32 matches
- Fri Aug 01, 2025 3:23 am
- Forum: General
- Topic: External EEPROM ReadString/WriteString
- Replies: 11
- Views: 367
Re: External EEPROM ReadString/WriteString
Hello! Martin good morning Thank you for writing back, I will check on your suggestions once I reach in front of computer and keep you posted. NOTE: Reding and Writing strings within internal EEPROM is easy and straight forward but the same macro is not available when it comes to using external macr...
- Thu Jul 31, 2025 5:37 pm
- Forum: General
- Topic: External EEPROM ReadString/WriteString
- Replies: 11
- Views: 367
Re: External EEPROM ReadString/WriteString
Hello! Martin and Chipfryer Thank you for all the updates and explanation. May I request you to help me understand one string function, I am not able to figureout even after a lot of reading. I send "FC10" from Nextion and received it at 232 port as String, then I saved one by one to 4 dif...
- Thu Jul 31, 2025 9:34 am
- Forum: General
- Topic: External EEPROM ReadString/WriteString
- Replies: 11
- Views: 367
Re: External EEPROM ReadString/WriteString
Hi! Martin good morning Kindly excuse for my delayed response, was out of office for some site work yesterday. I do agree with your other option/suggestion about using ESP32, to be honest it will be my first time to use that component, fortunately i took the ESP pack along with FC10 but not used it ...
- Wed Jul 30, 2025 3:06 am
- Forum: General
- Topic: External EEPROM ReadString/WriteString
- Replies: 11
- Views: 367
Re: External EEPROM ReadString/WriteString
Hello! Martin good morning Thank you for writing back, I appreciate. I will quickly brief you about the project, I am using NEXTION display and PIC18F27K42 in this project. The first part of the project is to create the data, user has to save one item number which is approximately 12-14 digits long ...
- Tue Jul 29, 2025 7:59 pm
- Forum: General
- Topic: External EEPROM ReadString/WriteString
- Replies: 11
- Views: 367
Re: External EEPROM ReadString/WriteString
Hello!
It seems there is no answer to my doubt, is it? team kindly advise, or the only other option is to go for higher size of EEPROM chips, I guess it is available in 16 bit chips, I need to buy 16 bit chip pack?
Thank you.
Regards
Abhi
It seems there is no answer to my doubt, is it? team kindly advise, or the only other option is to go for higher size of EEPROM chips, I guess it is available in 16 bit chips, I need to buy 16 bit chip pack?
Thank you.
Regards
Abhi
- Mon Jul 28, 2025 7:24 am
- Forum: General
- Topic: External EEPROM ReadString/WriteString
- Replies: 11
- Views: 367
External EEPROM ReadString/WriteString
Hello! I am trying to use the internal EEPROM of PIC18F27K42 for saving string using the macro "WriteString" it is very helpful for my present project, I am able to read and write a string which is 15 Bytes (15+nul as mentioned) long (using the memory of EEPROM from 0x00 to 0x0F). Now the ...
- Thu Jun 26, 2025 3:52 pm
- Forum: General
- Topic: Syntax Error
- Replies: 8
- Views: 4724
Re: Syntax Error
Hello! Martin, Hello! Chipfryer I have tried all the suggestions you both mentioned but nothing works for me, I do not understand where i am going wrong, one thing for sure, if i am not wrong this is not something to do with unconnected pins, program compiles when i delete some part of the chart and...
- Wed Jun 25, 2025 4:06 pm
- Forum: General
- Topic: Syntax Error
- Replies: 8
- Views: 4724
Re: Syntax Error
Hello! Martin I noticed one thing, I had used 3 times (i mean i placed 3 Map function icons in the 2D panel) Map function for calculating or mapping 3 different analog signals, I deleted 2 and kept only 1 and I could compile, does that mean I can use that function only once in the entire chart? I al...
- Wed Jun 25, 2025 3:37 pm
- Forum: General
- Topic: Syntax Error
- Replies: 8
- Views: 4724
Re: Syntax Error
Hi! Martin
The .fcfx is one of the zip files, is it?
Can I PM that to you.
Abhi
The .fcfx is one of the zip files, is it?
Can I PM that to you.
Abhi
- Wed Jun 25, 2025 3:25 pm
- Forum: General
- Topic: Syntax Error
- Replies: 8
- Views: 4724
Re: Syntax Error
Hi! Chipfryer Below are the error messages xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_25-06-2025.as: 10699 : (876) syntax error xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_25-06-2025.as: 10704 : (876) syntax error (908) exit status = 1 (908) exit status = 1 Above errors have reduced from 5 to 2 after deleting parts from the...