Author |
Message |
Topic: Need help with 4x20 LCD model WH4004A of Winstar |
el_tigre
Replies: 3
Views: 7381
|
Forum: General CCS C Discussion Posted: Wed Dec 15, 2010 2:47 pm Subject: Need help with 4x20 LCD model WH4004A of Winstar |
Hi, thanks for information.
The driver works fine, I had to change the delay time, it´s showing garbage on the second LCD screen, but making that change worked perfectly.
Thanks |
Topic: Need help with 4x20 LCD model WH4004A of Winstar |
el_tigre
Replies: 3
Views: 7381
|
Forum: General CCS C Discussion Posted: Tue Dec 14, 2010 8:48 pm Subject: Need help with 4x20 LCD model WH4004A of Winstar |
Hi, I bought a 4x20 LCD model WH4004A of Winstar, here is the spec:
http://www.winstar.com.tw/products_detail_ov.php?lang=es&ProID=41
This is the first time that I see two lines for ENABLE f ... |
Topic: Multiplication with float variables |
el_tigre
Replies: 10
Views: 13431
|
Forum: General CCS C Discussion Posted: Tue Oct 05, 2010 1:56 pm Subject: Multiplication with float variables |
Hello everyone.
I was doing tests with both uc.
These are my results:
18F2520
Compiled 4.093
Both functions going well, but no differences in the time of execution.
It takes about 6.5 mS (meas ... |
Topic: Multiplication with float variables |
el_tigre
Replies: 10
Views: 13431
|
Forum: General CCS C Discussion Posted: Mon Oct 04, 2010 5:03 pm Subject: Multiplication with float variables |
Hi, thanks for the answer.
I use only CCS compiler.
I do not know why this happens. I understand that's weird.
On the other hand, often do not use float variables in other projects, so I'm not fami ... |
Topic: Multiplication with float variables |
el_tigre
Replies: 10
Views: 13431
|
Forum: General CCS C Discussion Posted: Mon Oct 04, 2010 1:41 pm Subject: Multiplication with float variables |
good point! I had not thought of that.
I need to send data in ASCII format, what options do I have? |
Topic: Multiplication with float variables |
el_tigre
Replies: 10
Views: 13431
|
Forum: General CCS C Discussion Posted: Mon Oct 04, 2010 12:30 pm Subject: Multiplication with float variables |
Hello everyone.
I'm working on a project with an external IMU unit.
Delivery IMU unit values of different parameters in int16.
These values must be multiplied by constants to obtain the final value ... |
Topic: HELP with GPS |
el_tigre
Replies: 16
Views: 15654
|
Forum: General CCS C Discussion Posted: Thu Jan 21, 2010 4:04 pm Subject: HELP with GPS |
SPA: Que raro, por que de hecho tenes un delay de 5000mS atras, osea que de minima deberia mantenerlo hasta que pase el delay.
Pense que tu problema era para mostrar las variables, ahi podia ayudarte ... |
Topic: HELP with GPS |
el_tigre
Replies: 16
Views: 15654
|
Forum: General CCS C Discussion Posted: Wed Jan 20, 2010 8:07 pm Subject: HELP with GPS |
SPA: No me queda claro algo, no entran en el LCD o el tiempo de actualizacion es tan breve que no llegas a ver los valores?.
ENG: I do not understand something, do not enter the LCD or update time ... |
Topic: HELP with GPS |
el_tigre
Replies: 16
Views: 15654
|
Forum: General CCS C Discussion Posted: Sun Jan 17, 2010 7:32 am Subject: HELP with GPS |
Me olvide de contarte que encontre tu post por que casualmente estoy trabajando en un sistema similar... en mi caso tengo una placa GolbalSat modelo ET-102, pero por lo que veo casi todas manejan el m ... |
Topic: HELP with GPS |
el_tigre
Replies: 16
Views: 15654
|
Forum: General CCS C Discussion Posted: Sun Jan 17, 2010 6:51 am Subject: HELP with GPS |
Hola warriorfenix, hablo español ya que soy de Argentina. Me parece que te cuesta entender algunas cosas de las que te estan planteando.
En primer lugar te recomiendo no usar interrupciones para rec ... |
Topic: CRC16, very efficient |
el_tigre
Replies: 18
Views: 238304
|
Forum: Code Library Posted: Sun Nov 02, 2008 3:32 pm Subject: CRC16, very efficient |
I did´t.
The code for 18F4620 and data buffer >256 bytes is:
Thanks for the code !!!
char sector_data[516];
#locate sector_data=0x0300
#define add_ ... |
Topic: CRC16, very efficient |
el_tigre
Replies: 18
Views: 238304
|
Forum: Code Library Posted: Sun Nov 02, 2008 8:10 am Subject: CRC16, very efficient |
Thanks for the code, I did test it and it works fine, but I have a problem.
I need to apply the algorithm to a buffer of 516 bytes. When I used it with
8 bytes of total data this runs OK. I think t ... |
|