BBC BASIC for Windows
« Sending data to USB to RS 232 cable »
Welcome Guest. Please Login or Register. Apr 5th, 2018, 10:15pm
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
If you require a dump of the post on your message board, please come to the support board and request it.
Sending data to USB to RS 232 cable
« Thread started on: Apr 24th, 2014, 09:29am »
I am involved in a project to write a program to control the numbers on a scoreboard through a USB port using a USB to RS 232 cable. When the device manager is opened it shows that the USB connection is listed under the “Other Devices” section Is it possible to send data to this location using BBC basic?
Re: Sending data to USB to RS 232 cable
« Reply #1 on: Apr 29th, 2014, 3:28pm »
If you are using USB to RS232 then you have to communicate with the assigned COM port of the converter. BB4W supports multiple COM ports. Note however that every USB port of your pc assigns a different COM port if you switch the converter to other USB ports. Solution is using the same USB port each time.
Manuel
Logged
rtr Guest
Re: Sending data to USB to RS 232 cable
« Reply #2 on: Apr 29th, 2014, 3:41pm »
Is it possible to send data to this location using BBC basic?
I'd just like to add that of course it's "possible". BBC BASIC for Windows is a general purpose programming language so anything (within reason) is possible. If you can do it in C, or Python, or Java, you can do it in BBC BASIC.