Page 1 of 1

PC to matrixmultimedia board

Posted: Mon Sep 11, 2006 10:09 pm
by ukweb
Hi

is it possible to communicate with the pc to the matrix multimedia board, say for example type a character on the keyboard and it should be dispalyed on the matrix multimedia board LCD (that is when the board is running) .

If yes what could be the C Code for that program.

thanks ukweb

Posted: Tue Sep 12, 2006 9:16 am
by Steve
You will need some kind of add-on hardware to do this. For example, we produce an RS232 E-Block (connects to the COM port of a PC) and a USB232 E-Block (connects to a USB port). You will also need to write an application on the PC that communicates via RS232.

These E-Blocks are compatible with the v3 dev board, but you will need to use a 28 or 40-pin chip (the E-Blocks ports on the v3 dev board are on portC and portD only), and one with an onboard USART module - e.g. 16F877a.

If you have a v2 dev board, you can buy an E-Blocks adapter that will give you E-Blocks ports on all ports of the PICmicro.

Hmmm

Posted: Fri Sep 15, 2006 4:00 pm
by goldwingers
OK Steve,

If you have an Eblocks adaptor for V2 boards, can I get the serial module software as well?

Ian

Posted: Fri Sep 15, 2006 4:08 pm
by Steve
Yes - I'll provide some example C code for RS232 comms.