Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: deanlwvu
  • Content: Threads
  • Order by date
  1. deanlwvu

    Bluetooth BGB203 Modulation

    Does anybody here have experience with using the NXP BGB203 chip? I am having a testlab issue and the situation is becoming dire. The issue is that the testlab needs to see the device modulate data at a fixed frequency for measuring purposes. Our previous device modulated just fine, but our...
  2. deanlwvu

    DB Define Byte Usage

    I know how to define a byte, but I don't know how to use it. I'm using some serial communication, and I need to see if a command is received. ExitCmdString: DB 45h, 78h, 69h, 74h, 43h, 6Dh, 64h, 00h My command interpreter is going to look at each character received and if all chars received...
  3. deanlwvu

    DOS Int14 Service 04 Serial Question

    I'm trying to pull a character from the serial port, and I'm having some trouble. I need to have a program listen to the serial port and print a character if it sees one, or send a character out if a key is pressed. Using Turbo C 2.1 on a Windows 2k machine. /* -- Includes -- */ #include...
  4. deanlwvu

    Using 'union REGS regs'

    I have a major problem with the union REGS regs command in C. I have a program, source below, that generates errors whenever I compile. I've used Borland C++ 6.0, Visual Studio.NET, and Borland C++ 5.5. All of said compilers on Windows 2k, and all generating same errors, saying that...
  5. deanlwvu

    CE.NET Screen Flip

    I'm looking for a program for CE.NET that could flip the screen 90 degrees. Does anybody have one or have they seen one? Or am I gonna have to write one? :-( Thanks.
  6. deanlwvu

    CTS/RTS Handshaking

    Hello all, I need to know how to set up handshaking using CTS and RTS on an RS232 serial port. Using Turbo C. I can transfer data to the port, but if I transfer it too fast then it skips characters. Handshaking will solve this, but I'm not sure how to incorporate it into my program. Thanks.
  7. deanlwvu

    Serial Port Programming with C/C++

    I am wondering how to get I/O with a serial port in C or C++. All I need is to read incoming data, which is already working. I am currently using the BIOSCOM functions, but that does not work because I am using RS485 instead of RS232. The program works with RS232. What's the easiest/simplest...

Part and Inventory Search

Back
Top