Search found 152 matches
- Mon Jun 15, 2026 6:53 am
- Forum: General
- Topic: V9 Compiling error
- Replies: 1
- Views: 264
Re: V9 Compiling error
Hi Guys I'm not sure what i did but i now have it working after 3 day. send = "AT+CMQTTCONNECT=0," send = send + "\"" send = send + "tcp://188.40.106.108:1883" send = send + "\"" send = send + ",60,1,\"" Send = send + vps_name Send = s...
- Sat Jun 13, 2026 9:50 am
- Forum: General
- Topic: V9 Compiling error
- Replies: 1
- Views: 264
V9 Compiling error
Hi Guys I'm a bit lost i have one cmd that will not compile but everything looks fine to me and flowcode, vps name and password are string variables but wont compile. The At cmd is. AT+CMQTTCONNECT=0,"tcp://188.40.106.108:1883",60,1,"your_vps_username","your_vps_password&quo...
- Tue May 19, 2026 3:05 pm
- Forum: General
- Topic: UCS2 (UTF-16BE) to text
- Replies: 3
- Views: 765
Re: UCS2 (UTF-16BE) to text
Thanks Martin I will give it a go and see how it goes
- Mon May 18, 2026 7:08 am
- Forum: General
- Topic: UCS2 (UTF-16BE) to text
- Replies: 3
- Views: 765
UCS2 (UTF-16BE) to text
Hi Guys im using the Simcom A7682E and there is a problem with the firmware. It only sends me back UCS2 format back when reading the airtime balance. I have spoken the Simcom and they busy working on the firmware but who knows how long it will take. What i need is to make a macro to convert the UCS2...
- Fri May 08, 2026 2:47 pm
- Forum: General
- Topic: I2C not working in V9
- Replies: 2
- Views: 706
I2C not working in V9
Hi Guys I've been battling with this for the whole day but cant seem to find out why the I2C component wont work. I've tried in software mode 100Khz but still nothing. In the attached file write near the top there is the first call macro that says RaadBuildingName once in there it calls a macro Read...
- Thu May 07, 2026 5:14 pm
- Forum: General
- Topic: Watch dog timer reset V9
- Replies: 2
- Views: 681
Re: Watch dog timer reset V9
Thanks Martin what i found betwene me and Ai that i needed to change all the WDTClear() to
#asm
CLRWDT
#endasm
Then it compiled so all good for now just some other small issues to sort
#asm
CLRWDT
#endasm
Then it compiled so all good for now just some other small issues to sort
- Thu May 07, 2026 1:11 pm
- Forum: General
- Topic: Watch dog timer reset V9
- Replies: 2
- Views: 681
Watch dog timer reset V9
Hi Guys I'm using this in a C code WDTClear() to reset the watchdog timer but when i compile it gives me this error. I've also tried CLRWDT(); and #asm CLRWDT #endasm they all failing what code would you recommend? 28055: #warning "This interrupt has previously been enabled, so the macro <Getke...
- Thu May 07, 2026 7:20 am
- Forum: General
- Topic: Compiling error in V7
- Replies: 12
- Views: 10459
Re: Compiling error in V9
Hi Guys Im having a little issue compiling again and can seem to be able to find the fault. Also I would like to know where do I find the compiler message that come at the bottom and shows you where the error is and you can click on it and it takes you to the issue. I closed it now cant find it to r...
- Tue Nov 18, 2025 12:33 pm
- Forum: General
- Topic: I2C component faulty
- Replies: 9
- Views: 6629
Re: I2C component faulty
Hi Guys This is driving me crazy i tried to program a board today and the compiler was just hanging as above so i deleted flowcode V7 reinstalled now it has stopped the hanging but now sending me this error. Target folder: C:\Users\BRIANH~1\Dropbox\DESIGN~1\U6PROG~1 Source name: C:\Users\BrianHome\D...
- Tue Nov 11, 2025 8:52 am
- Forum: General
- Topic: Reading string back
- Replies: 5
- Views: 1862
Re: Reading string back
Hi Guys thanks I seem to have solved the problem the character was 255 which i bypassed and now all seems to be working it muse be something to do with the network because if i change the sim to another network it works fine only the one network give me this problem. Just for interest sake i tried t...