Reading/Writing 8-bit files


Author Message
PeterR
Newbie

Joined: 28/06/2011
Location:
Posts: 2
Posted: 09:49am 08 Mar 2012      

Thanks Rodent, I been trying to work out how to send 8 bit non text data.

Geoff, can you use this on a serial port?

Eg.
open "com1:4800" as #1
print #1,chr$(0)

I seem to be having issues.

Peter
Peter