1 | initial version |
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 ;)
2 | No.2 Revision |
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 ;)
3 | No.3 Revision |
That is one cool lib for serial communication http://www.teuniz.net/RS-232/
1.RS232_OpenComport(cport_number,
2.RS232_SendByte(cport_number,
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 ;)