Re: Sending ctrl+z
Re: Sending ctrl+z
- Subject: Re: Sending ctrl+z
- From: Marco Pontil <email@hidden>
- Date: Sun, 30 Jan 2005 00:02:49 -0800
I think that CTRL+Z is 0x1a so I would:
UInt8 CTRL_Z = 0x1a;
[rfcommChannel writeSync:&CTRL_Z length:1];
way simpler.
.. Marco
On Jan 30, 2005, at 7:43 AM, john jensen wrote:
Anyone,
How do one send the ctrl-z character from cocoa, thought i could do
this
[rfcommChannel writeSync:"hey^Z" length:5];
But no, please help
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden