Hi there, now i have to connect cash drawer with a pc using serial port. And the technical support give me a code for control the cash drawer, but it is based on Qbasic programming and dos mode. Now i need to convert it to vb. Below is the code
Qbasic
open "com1:9600,n,8,1" for output as #1
print #1,chr$(13)
Or Dos
mode com1:9600,n,8,1
dir > com1
Can somebody help me to convert it because i'm not sure about the code.
Thank you
Regards,
Henry
Qbasic
open "com1:9600,n,8,1" for output as #1
print #1,chr$(13)
Or Dos
mode com1:9600,n,8,1
dir > com1
Can somebody help me to convert it because i'm not sure about the code.
Thank you
Regards,
Henry