Search found 3 matches

by Nelson
Sun Dec 05, 2010 10:28 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Sending Data Thru Com Port Problem
Replies: 5
Views: 11360

Thank you for the advice. I did try that and no go though.

I also tried using the OUT statement to write 19 directly to the port with no luck.

Seems there simply must be a way.
by Nelson
Sun Dec 05, 2010 5:31 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Sending Data Thru Com Port Problem
Replies: 5
Views: 11360

Thank you for the reply. I am working with reading and writing to RFID devices using a reader/programmer. I must have the ability to send varied data including all possible 256 possible byte combinations, as the data I am writing can have any value. I have the origianl software which comes with the ...
by Nelson
Sun Dec 05, 2010 8:15 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Sending Data Thru Com Port Problem
Replies: 5
Views: 11360

Sending Data Thru Com Port Problem

I am sorry that I am not well versed in Qbasic. I am writing a progarm to send data to the serial port in order to control a device which is used in electronics. I must send various characters which is all working except for one problem. I cannot seem to send a CHR$(19). I am using com port monotori...