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 Chris Miller 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: *

  1. NiamhB

    Read and Store Specific Values from MSComm into VBA application

    Oh whoops ,I was trying different bits of code and I must have gotten the assignments mixed up sData should be Buffer. Great thanks, so would it be something like this: Private Sub MSComm1_OnComm() Dim sData As String Dim ID As Long Dim X As Long Dim Y As Long Dim Z As Long Dim Count as...
  2. NiamhB

    Read and Store Specific Values from MSComm into VBA application

    Hi, I have a project that sends 4 bytes of data via RS232 to the Serial Port on the computer. I want to store the values coming in into specific registers. When I receive the decimal value 230 (binary 11100110) I want to store the next two bytes as X and then Y so that I can use this...

Part and Inventory Search

Back
Top