In VB 6.0, this works -
Code: Select all
CP = Chr$(&HFE)
MSComm.Output = CP & "X"
The MSCOMM control accepts a text string in C#. Not sure what it was in VB. Perhaps the encoding is incorrect... Is it an array? Is it a bit?
I'm so lost it's not even funny.
Please Help!