[fpc-pascal]Hex chars
Paul Aviles
paul.aviles at palei.com
Sun Sep 7 04:39:52 CEST 2003
I am trying to write to a serial LCD device on /dev/ttys0 and I need to pass hex codes to it. According to the documentation, in C is done like this:
putch(0xfe);
putch('X');
What will be the similar commad in FPC?
Thanks
-pa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20030906/242290fa/attachment.html>
More information about the fpc-pascal
mailing list