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 6 matches
CCS Forum Index
Author Message
  Topic: serial write to gu128x64-330 noritake VFD?
racerx

Replies: 11
Views: 12284

PostForum: General CCS C Discussion   Posted: Wed Aug 31, 2005 1:53 pm   Subject: serial write to gu128x64-330 noritake VFD?
is there a command to do serial out like serout or serout2 in picbasic?
  Topic: serial write to gu128x64-330 noritake VFD?
racerx

Replies: 11
Views: 12284

PostForum: General CCS C Discussion   Posted: Wed Aug 31, 2005 12:35 pm   Subject: serial write to gu128x64-330 noritake VFD?
the fprintf command bombs out if you try to send \x00 for the address, perhaps there is some kind of internal parsing occuring with it?
i use \x01 and bam the charater is on the screen!


#include ...
  Topic: serial write to gu128x64-330 noritake VFD?
racerx

Replies: 11
Views: 12284

PostForum: General CCS C Discussion   Posted: Wed Aug 31, 2005 11:16 am   Subject: serial write to gu128x64-330 noritake VFD?
from the spec exactly:

8.2 Structure of data block
A data block consists of "Header", "Op code" and "Data".
"Header" + "Op code" + "Data"
01HEX 1Byte
"Header": 01HEX
"Op Code" : Operatio ...
  Topic: serial write to gu128x64-330 noritake VFD?
racerx

Replies: 11
Views: 12284

PostForum: General CCS C Discussion   Posted: Wed Aug 31, 2005 6:10 am   Subject: serial write to gu128x64-330 noritake VFD?
sorry, no code off top of head ever again!

here is the lcd only portion:



#include <16f88.h>
#fuses HS,NOLVP,NOWDT,PUT,MCLR
#use delay(clock=20000000)
#use rs232(baud=192 ...
  Topic: serial write to gu128x64-330 noritake VFD?
racerx

Replies: 11
Views: 12284

PostForum: General CCS C Discussion   Posted: Tue Aug 30, 2005 6:53 pm   Subject: serial write to gu128x64-330 noritake VFD?
sorry, yes that is the correct part number. On page 3 they talk about the character write mode. On page 12 they talk about the serial write timing.
I can post the source code in the morning, the cod ...
  Topic: serial write to gu128x64-330 noritake VFD?
racerx

Replies: 11
Views: 12284

PostForum: General CCS C Discussion   Posted: Tue Aug 30, 2005 4:54 pm   Subject: serial write to gu128x64-330 noritake VFD?
Hello,
I have been trying to write serially to a noritake GU128x64-330 display.
the default mode to talk is
19.2k, even parity.

information removed, because I was an idiot to post without it rig ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group