Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

connecting TOUCHSCREEN AND pic16F877a

Status
Not open for further replies.

slurp

Newbie level 6
Joined
Apr 19, 2011
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,491
I purchased a Panasonic Programmable Display (GT01) whic is a touchscreen device.

I would like to to connect it to a PIC16F877a.

Q1) how can i do that?

the concept is for communication between the 16F877a and GT01.
With 16F877a as the domain controlling (sending data) to the GT01 and display it out.

Please help me. I don't know what suitable protocol to use for this. USART? UART? I2C?

Moreover, the cables that are attached to the GT01 are rs232 and rs232C.

Q2) if I do not use that specific model GT01. Are there any other touchscreen connection with 16F877a projects being done before?

Hope to hear from kind electro-techians soon.

cheers,
slurp
 

Did you have the manual or datasheet? Can I see it?

If that have RS232 port, I think it's maybe use Modbus Protocol. I expect only, since I don't read the manual yet.
 

The touchscreen manual shows connecting to PLC. I sure, it can connect to PIC using Modbus Protocol coding.
 

The touchscreen manual shows connecting to PLC. I sure, it can connect to PIC using Modbus Protocol coding.

Hi engshahrul. Glad to receiver your reply.

hmm..Modbus? Never heard of it...but I am reading up on it.
https://www.modbus.org/docs/Modbus_Application_Protocol_V1_1b.pdf

You seem certain that I can connect my PIC16F877a with the touchscreen module using MODBUS PROTOCOL.

Q1) May I know how does 16F877a support or enable this protocol?
Q2) Do notice that the 16F877a supports USART and MSSP (SPI and I2C).
So, which type of communication does the Modbus Protocol falls in?

May you kindly add on some supportive materials?

Deeply Appreciated.

cheers,
Slurp
 

The touch screen manual said, it's provide RS232 and RS485 port. So, it communicates with UART Module in microcontroller.
You use hardware MAX232 or MAX485 to convert the signal UART and connect to the touch screen.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top