Search found 374 matches

by jollybv
Mon Aug 19, 2019 7:01 am
Forum: Flowcode V7
Topic: Convert text (Ascci) to Hex
Replies: 4
Views: 3738

Re: Convert text (Ascci) to Hex

Hi Martin

Thanks for this will have a look and let you know how i get on. :D
by jollybv
Sun Aug 18, 2019 6:01 am
Forum: Flowcode V7
Topic: Convert text (Ascci) to Hex
Replies: 4
Views: 3738

Re: Convert text (Ascci) to Hex

Hi Martin

Thanks for the reply I would really appreciate the sample code so I can see how you implement this. I will need to convert most of the Ascii table as I'm sending a long SMS in pdf format :?
by jollybv
Sat Aug 17, 2019 10:33 am
Forum: Flowcode V7
Topic: Convert text (Ascci) to Hex
Replies: 4
Views: 3738

Convert text (Ascci) to Hex

Hi Guys

I'm trying to convert a Text message to Hex so I can send an SMS in PDU Mode, I have searched and searched but can't seem to find a formula or an example with no luck. I know that with 1 to 9 you would add 30 but from there I'm really lost.
by jollybv
Fri Aug 16, 2019 3:06 pm
Forum: Flowcode V7
Topic: Sending SMS
Replies: 3
Views: 3192

Re: Sending SMS

Hi, Guys
Has anyone got any ideas on how I will send an SMS that is longer than 160 characters
by jollybv
Fri Aug 16, 2019 7:55 am
Forum: Flowcode V7
Topic: Sending SMS
Replies: 3
Views: 3192

Re: Sending SMS

Hi Leigh

Thanks, I knew I was doing something small wrong it's working like a dream
by jollybv
Thu Aug 15, 2019 5:09 pm
Forum: Flowcode V7
Topic: Sending SMS
Replies: 3
Views: 3192

Sending SMS

Hi Guys I have a simple question I would like to send an SMS that sends values out which is not a problem i can do that but what i need to do is each value must go out on a separate line. e.g IME: 1234567890 Spk volume: 30% Mic volume: 4 Message = "IME " Message = Message + IME + "\n" Message = Mess...
by jollybv
Sat Sep 01, 2018 6:06 am
Forum: Flowcode V7
Topic: I2C backup and Restor
Replies: 8
Views: 5021

Re: I2C backup and Restor

Thanks this has helped me tremendously
by jollybv
Fri Aug 31, 2018 3:53 pm
Forum: Flowcode V7
Topic: I2C backup and Restor
Replies: 8
Views: 5021

Re: I2C backup and Restor

Hi leigh

Am i correct in saying the start & end address of the next page will be as follows

start - end
0 - 63
64 - 128
129- 192
193 - 256

and so on
by jollybv
Fri Aug 31, 2018 3:50 pm
Forum: Flowcode V7
Topic: I2C backup and Restor
Replies: 8
Views: 5021

Re: I2C backup and Restor

Hi leigh

Am i correct in saying the start address of the next page will be as follows

start end
0 - 63
64 - 128
129- 192
193 - 256

and so on
by jollybv
Mon Aug 27, 2018 10:32 am
Forum: Flowcode V7
Topic: SMS line change
Replies: 2
Views: 2184

Re: SMS line change

Hi Martin

Thanks will try them have have tried the "\n" dos not work
by jollybv
Mon Aug 27, 2018 8:51 am
Forum: Flowcode V7
Topic: SMS line change
Replies: 2
Views: 2184

SMS line change

Hi Guys I would like to send an SMS but not quite sure of how to change lines do i use Send Message = "First Line "+ "\r\n" +"Second Line" "\r\n" + "Third Line"+ "r\n\" or would it be something like this Send Message = "First Line \r\n" +"Second Line \r\n" + "Third Line r\n\" I have also tried this ...
by jollybv
Mon Aug 13, 2018 3:26 pm
Forum: Flowcode V7
Topic: I2C backup and Restor
Replies: 8
Views: 5021

Re: I2C backup and Restor

Hi Guys

I'm a bit confused with the internal addressing. If the eeprom address starts at 0 and the eeprom can do a 64 byte page read / write then 0 to 64 is 63 or am i missing missing something? or should me next address start address be 65
by jollybv
Thu May 03, 2018 1:56 pm
Forum: Flowcode V6
Topic: Error message when compiling
Replies: 27
Views: 23757

Re: Error message when compiling

Hi Guys Seem to be having another problem that has popped up with programming the chip it compiles fin erases the device but halfway through the programming i get this message Target voltage detected Target device PIC18F47K40 found. Device ID Revision = a003 . . . . Device Erased... Programming... T...
by jollybv
Sun Apr 22, 2018 6:45 am
Forum: Flowcode V7
Topic: Extracting portions of data from Circular Buffer
Replies: 5
Views: 4183

Re: Extracting portions of data from Circular Buffer

Hi Martin

Thanks for this I can see exactly how it will work
by jollybv
Sat Apr 21, 2018 10:31 am
Forum: Flowcode V7
Topic: Extracting portions of data from Circular Buffer
Replies: 5
Views: 4183

Re: Extracting portions of data from Circular Buffer

Hi Martin Thank for the response what I'm trying to do is extract the 12 digit phone number (+27741016705) out the string in the buffer and compare it with a number stored in memory. the comparison is not a problem it is getting the 12 digit number as the buffer is constantly getting updated and nev...
by jollybv
Sat Apr 21, 2018 10:28 am
Forum: Flowcode V7
Topic: Extracting portions of data from Circular Buffer
Replies: 5
Views: 4183

Re: Extracting portions of data from Circular Buffer

Hi Martin Thank for the response what I'm trying to do is extract the 12 digit phone number (+27741016705) out the string in the buffer and compare it with a number stored in memory. the comparison is not a problem it is getting the 12 digit number as the buffer is constantly getting updated and nev...
by jollybv
Sat Apr 21, 2018 8:46 am
Forum: Flowcode V7
Topic: Extracting portions of data from Circular Buffer
Replies: 5
Views: 4183

Extracting portions of data from Circular Buffer

Hi Guys I'm trying to extract say for example the phone number from the circular buffer, What i need is to scan the buffer until i see the " then read the 12 digits and exit but i cant seem to be able to get this right any help / examples will be appreciated as system must go out on Monday. I've tri...
by jollybv
Mon Feb 19, 2018 2:40 pm
Forum: Flowcode V7
Topic: I2C backup and Restor
Replies: 8
Views: 5021

Re: I2C backup and Restor

Hi Leigh

Thanks will give it a try
by jollybv
Fri Feb 16, 2018 8:37 am
Forum: Flowcode V7
Topic: I2C backup and Restor
Replies: 8
Views: 5021

I2C backup and Restor

Hi Guys I have written a little program to do a backup and restore of an 24LC256 eeprom but i can't seem to get it to work not sure if my addressing is right but according to the dater sheet it seems right. The one address is 0xa0 (1010 0000)and on the board i have A0 A1 A2 all tied to ground on the...
by jollybv
Mon Feb 12, 2018 2:59 pm
Forum: Flowcode V7
Topic: 1602 LCD display
Replies: 4
Views: 3413

Re: 1602 LCD display

Thanks Ben I did that and it changed the Display but now i get a mismatched error when compiling E-P_I2CU6E0V46-PIC18LF47K40_256kOBM_6_USERS7_9Trigger_Master_NDTest.c: 1136: (764) mismatched comparison (warning) what should i do to to rectify this? I have tried replacing the display as instructed an...
by jollybv
Fri Feb 09, 2018 10:06 am
Forum: Flowcode V7
Topic: 1602 LCD display
Replies: 4
Views: 3413

Re: 1602 LCD display

Hi Ben

Thanks for that I used the Adafruit OLED and dis a small modification to the board now it seems to work. Now to go through the whole program and and change the lcd components.
by jollybv
Thu Feb 08, 2018 4:18 pm
Forum: Flowcode V7
Topic: 1602 LCD display
Replies: 4
Views: 3413

1602 LCD display

Hi Guys Just got some new displays for my product could not see the other ones in the sun but now there seems to be a problem the new display only displays the top line. Is there a component that will talk to this display correctly the displat is ERM1602FS-5 is lcd bezel 16x2 1602 display module cha...
by jollybv
Thu Jun 22, 2017 7:06 am
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21242

Re: Custom Interrupt

Hi Ben

Everything now seems to be working :D
by jollybv
Tue Jun 20, 2017 3:32 pm
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21242

Re: Custom Interrupt

Hi Ben Just got my new chips the PIC18F47K40 and it dose not seem to work for some reason in my test program the 1Hz timer interrup works but in the loop it sends the UART TX every +- 10 seconds witch is very slow as i have no delays. Also if i set the FAT1 to channel 1 i get the flowing compilation...
by jollybv
Wed Jun 14, 2017 8:31 am
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21242

Re: Custom Interrupt

Hi Ben

Everything seems to be working now and i can read the UART on my PC using USB to RS232 adapter so not sure what was wrong yesterday. One question how dose the auto-band detect work on this chip?