Hello experts.
I have a question about non pritable ascii characters which was used a lot in previos version of NAV without any problems,
like STX and ETX (char = 2 and char = 3) for instance.
Right now trying to send via Mscomm32.ocx in output property gives me error. Microsoft Dynamics NAV "Invalid property value" I presume this error comes from ocx.
i thought probably i need to something like Encoding.ASCII.GetBytes
. but as i really write simple
integer := 5
byte := integer
comm.ouptut(byte)
any ideas?
*This post is locked for comments