I'm using an RS232 Class I found, the problem lies with the objRS232.Write()

I want to send a string as in objRS232.Write ("D" & chr(20))
The intellisense tells me that
objRS232.Write is expecting Buffer() as byte
objRS232(Buffer as byte())

Can anyone tell me how to send my charactor string as byte
thx Gregg