Unfortunately the code you suggested didn't work... I guess I'll have to change the Ccode...
It's solved I changed every "20" number of the Ccode of the existing calculation block to 35 and now it works
Thank you
I'm sorry for the late responce :( A snapshot of the part of the program where te problem is situated: https://www.dropbox.com/s/ar00cmiz350y28c/problem%20sending%20string%20with%20serial%20usb.png The string manipulation marked red is the problem, the computer receives only 20 characters of the str...
I'm trying to send a string with multiple variables to the computer using the usb serial. I make a string_out out of 4 variables, of which two are gps location, and are 8 characters long. Then I try to send 2 other strings existing out of 4 digit numbers... Somehow the string seems limited to 20 cha...
I have a 40 pin PIC ECIO and the E-Blocks application board, but the program I'm making is too heavy to run properly on the PIC processor. So I was thinking I might be able to upgrade to the ARM ECIO microcontoller... Am I able to use the same application board of the PIC microcontroller to run the ...
When I want to edit the component property, it says 'There are no properties for this component' ; Do you have an idea what the code would be to set the baud rate with C code?
v4.2 ; I'll have a try if the c code solves the problem...
I'm trying to get the gps information for a solar tracker (project for school)
No, the program doesn't work yet. Maybe it could be the baud rate? Can I set this to 4800 with C code?
Allright, I write "start" to the lcd at the beginning of the program. Without using the gps components in the flowchart, this string appears on the LCD screen. But when I add a GPS macro, there isn't even that start message on the LCD screen when I send the program to the microcontroller. ...
So I should be able to the GPS in flowcode, and use for instance the Read_UTC_Time macro to get the hour (unit ' h ') and display it to a LCD screen? Do I have to change something in the settings? When I send a program with the GPS macro to the ECIO, I get some compile errors... Warning unreferenced...
Hello I recently bought the following e-block systems: ECIO 40pin microcontroller, Application board ECIO, 2x16 LCD screen, keypad and a GPS module (EB056). After a bit of trial-and-error I found out how the keypad and LCD works. But the problem is the GPS module. The basic testing didn't work; I do...
I need to count how many pulses there are on my C0 input in 1 minute .. but the timer is totally not right.. i think its the clock speed settings, what value do i need to set (using a PIC16f690) in flowcode?