In VB6, I use CHR$(&H00) to create a Null Character.
In VB.Net VS2008 CHR(&H00) creats a Null.
I'm trying to send a Hex(00) to a serial device, but the VB.Net function only sends a null, not a null character.
How can I accomplish this with VB.Net?
|
Results 1 to 4 of 4
Thread: CHR(&H00) vs. CHR$(&H00)Threaded View
|
Click Here to Expand Forum to Full Width |