CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 29 matches
CCS Forum Index
Author Message
  Topic: WTV020-SD-16P Library wanted
vortexe90

Replies: 2
Views: 8010

PostForum: General CCS C Discussion   Posted: Sun Jan 03, 2016 2:11 pm   Subject: WTV020-SD-16P Library wanted
Please, I need the library to control the WTV020-SD-16P Module.

http://i.ebayimg.com/00/s/NDAwWDUwMA==/z/-KMAAOxyRHdRzWUa/$T2eC16hHJHsFGk-+g3PTBRzWUZ8QQw~~60_3.JPG

http://i.ebayimg.com/00/s/NDAw ...
  Topic: #RDA does not work with Bootloader include
vortexe90

Replies: 1
Views: 5531

PostForum: General CCS C Discussion   Posted: Sat Feb 21, 2015 6:29 am   Subject: #RDA does not work with Bootloader include
Hi guys, I am trying to develop a program in CCS Compiler Version 5 on RS232 communication between two PIC 18F4550 and 18F4620 I use #RDA interruption for the reception and it works very well except t ...
  Topic: Please a Driver for SANYO LC7942 GLCD.
vortexe90

Replies: 7
Views: 11088

PostForum: General CCS C Discussion   Posted: Fri Oct 31, 2014 5:42 am   Subject: Please a Driver for SANYO LC7942 GLCD.
PLEASE A ANSWER
  Topic: Please a Driver for SANYO LC7942 GLCD.
vortexe90

Replies: 7
Views: 11088

PostForum: General CCS C Discussion   Posted: Thu Oct 30, 2014 2:14 pm   Subject: Please a Driver for SANYO LC7942 GLCD.
This bottom side

http://vrtp.ru/uploads/post-57-1320583198.jpg


http://vrtp.ru/uploads/post-57-1320583292.jpg

I found only this datasheet on the net its the same like LMG6511 that I want hi ...
  Topic: ST7920 DRIVER for Chinese model
vortexe90

Replies: 9
Views: 20960

PostForum: General CCS C Discussion   Posted: Tue Oct 28, 2014 2:25 am   Subject: ST7920 DRIVER for Chinese model
Just to clarify:
Did you take that photo of your LCD ? Are those the pin connections
on your LCD that you own ? Is it a recent photo ?
Do you actually have connections on your LCD to pins DB ...
  Topic: ST7920 DRIVER for Chinese model
vortexe90

Replies: 9
Views: 20960

PostForum: General CCS C Discussion   Posted: Mon Oct 27, 2014 7:20 am   Subject: ST7920 DRIVER for Chinese model
I don't use that display but

I looked at your code in the original post and it's for the PARALLEL data mode NOT the SERIAL mode...
when I look at the picture of your LCD in the last post, it appea ...
  Topic: ST7920 DRIVER for Chinese model
vortexe90

Replies: 9
Views: 20960

PostForum: General CCS C Discussion   Posted: Mon Oct 27, 2014 4:37 am   Subject: ST7920 DRIVER for Chinese model
Post a link to the website for your graphic lcd so we can read the
specifications on it.

datasheet

http://i1224.photobucket.com/albums/ee372/cider101/Misc/47c1839a-e114-4b78-b2c8-8eef0633b8ee.j ...
  Topic: ST7920 DRIVER for Chinese model
vortexe90

Replies: 9
Views: 20960

PostForum: General CCS C Discussion   Posted: Sun Oct 26, 2014 3:49 am   Subject: ST7920 DRIVER for Chinese model
this driver only displays in the upper left part, with a dimension of 16x32 pixel also only.
please is there a modification in the GLCD_to use all the area of displayer
  Topic: ST7920 DRIVER for Chinese model
vortexe90

Replies: 9
Views: 20960

PostForum: General CCS C Discussion   Posted: Sat Oct 25, 2014 2:30 pm   Subject: ST7920 DRIVER for Chinese model
One thing leaping out before you blame the driver, is that you have the SPI enabled on the same port you are using to drive the display. This is the sort of thing that the simulator will ignore, but t ...
  Topic: ST7920 DRIVER for Chinese model
vortexe90

Replies: 9
Views: 20960

PostForum: General CCS C Discussion   Posted: Sat Oct 25, 2014 3:24 am   Subject: ST7920 DRIVER for Chinese model
hi guys, I drive a graphical LCD with the following driver, but it works a partial way, as I apply a "glcd_fillscreen (ON);" there is a part that will be displayed. Even all the operations m ...
  Topic: RS232 string data decoding
vortexe90

Replies: 4
Views: 7002

PostForum: General CCS C Discussion   Posted: Tue Jan 07, 2014 8:50 am   Subject: RS232 string data decoding
PCM programmer, I transmit these floating data like this:

Analog_read();
printf("%2.2f\r%2.2f\r%3.2f\r%4f\r",analog[0],analog[1],analog[2],ana ...
  Topic: RS232 string data decoding
vortexe90

Replies: 4
Views: 7002

PostForum: General CCS C Discussion   Posted: Mon Jan 06, 2014 4:25 pm   Subject: RS232 string data decoding
How to decode floating data from a data string received in the buffer RS232 receiver in a PIC ?

Data in float transmitted like this one by one:
12.23\r 54.39\r 234.11\r 1344\r

Data in strin ...
  Topic: float data RS232 transfer between two PICs
vortexe90

Replies: 6
Views: 10242

PostForum: General CCS C Discussion   Posted: Sun Jan 05, 2014 12:42 pm   Subject: float data RS232 transfer between two PICs
also...
you should add a 'tag' like 'V' in front of the voltage reading, and 'C' for current when you send the data stream. That way the receiving PIC can 'parse' the incoming data and correctly acqu ...
  Topic: float data RS232 transfer between two PICs
vortexe90

Replies: 6
Views: 10242

PostForum: General CCS C Discussion   Posted: Sat Jan 04, 2014 12:42 pm   Subject: float data RS232 transfer between two PICs
Thank you for your answers, for conversion, Thank you told me how to convert a given string to an integer, but I can not identify a data reception, I'll explain:

Infact I measure the voltage and cu ...
  Topic: float data RS232 transfer between two PICs
vortexe90

Replies: 6
Views: 10242

PostForum: General CCS C Discussion   Posted: Fri Jan 03, 2014 4:28 pm   Subject: float data RS232 transfer between two PICs
hi guys, I managed to make a RS232 serial communication between two PICs. I sent my data by the command "printf" ended with the directive "\ r", and the reception is done with the ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group