Ask Your Question

Revision history [back]

That is one cool lib for serial communication http://www.teuniz.net/RS-232/

1.RS232_OpenComport(cport_number, byte_rate);

2.RS232_SendByte(cport_number, data); //data is unsigned char, for every pixel

3.void RS232_CloseComport(cport_number);

I have not used it, but looks very well ;)

That is one cool lib for serial communication http://www.teuniz.net/RS-232/

1.RS232_OpenComport(cport_number, byte_rate);

2.RS232_SendByte(cport_number, data); //data is unsigned char, for every pixel

3.void RS232_CloseComport(cport_number);

I have not used it, but looks very well ;)

p.p. In c# all that is just 1 component and is 100 times easier ;)

That is one cool lib for serial communication http://www.teuniz.net/RS-232/

1.RS232_OpenComport(cport_number,

  1. RS232_OpenComport(cport_number, byte_rate);

  2. 2.RS232_SendByte(cport_number,

  3. RS232_SendByte(cport_number, data); //data is unsigned char, for every pixel

  4. void RS232_CloseComport(cport_number);
  5. 3.void RS232_CloseComport(cport_number);

I have not used it, but looks very well ;)

p.p. In c# all that is just 1 component and is 100 times easier ;)