AboutAlex Barry Expertise I have been a qbasic programmer since 2000, creating games, minor libraries and various small programs. I have experience using interrupts, graphics, file input/output, the mouse cursor, and using libraries. I have also learned FreeBASIC, c/c++, python, php and html.
I do not claim to be an absolute authority in any language, but I don't mind looking things up and learning with you.
Experience Hobby programming since 2000
I no longer belong to any community programming groups, but do have knowledge of *basic dialect and C/C++
Expert: Alex Barry Date: 2/28/2008 Subject: Data into QuickBasic
Question I need to get some data into Quickbasic so I can crunch it and then display it. The data has 120 bits serial repeated 20 times a second. The first five bits are a sync word. Please tell me what kind of card, or interface and QuickBasic program would get this data into the computer. Thanks Roy
Answer Hi, Roy,
Well, you would probably use the HEX$ or BIN$ functions to do bits. I don't quite understand how you are getting the data in - are you manually putting these numbers in, or is the computer receiving them from an external source?
If you tell me how the computer is getting the data, I might be able to help you more. If you are looking for a program to do a task, I'd suggest searching sourceforge.net