In the viWrite TAB, you can type \x02 (for ASCII 0x02). Mind that the value expression after the \x must be 2-digit hexadecimal. It is also true for other ascii codes. You can also give \r or \n for some special characters such as CR(0x0D) or LF(0x0A). This is very similar to C language's string expression.
このメッセージは 09-08-2006 11:21 AMに Makoto が編集しています。