P
Peter Morris
Hi all
I have configured attached a BlueTooth printer to my PPC and enabled
wireless printing on COM6.
However, the following code throws an exception saying that COM6 does not
exist.
SerialPort sp = new SerialPort("COM6", 9600, Parity.None, 8, StopBits.One);
sp.Open();
Can anyone tell me how to send data directly to the printer over this port?
I am trying to avoid using the COM object that ships with the device because
it seems to be leaking memory.
Thanks
Pete
I have configured attached a BlueTooth printer to my PPC and enabled
wireless printing on COM6.
However, the following code throws an exception saying that COM6 does not
exist.
SerialPort sp = new SerialPort("COM6", 9600, Parity.None, 8, StopBits.One);
sp.Open();
Can anyone tell me how to send data directly to the printer over this port?
I am trying to avoid using the COM object that ships with the device because
it seems to be leaking memory.
Thanks
Pete