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 sizbut 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. alanjmartin

    Using a select case statement on mscomm.input data

    CMP Thanks for that. I will try some of that today. Alan
  2. alanjmartin

    Using a select case statement on mscomm.input data

    I have been trying to write a script which will read data from a table and make a call to a remote site. So far so good. At the moment I read the mscomm.input using Instr to find a fixed string, this is ok until it produces a different response. I then need to grab the data fed back from the...
  3. alanjmartin

    How to display the output from MScomm

    I have been gradually learning about VBA and MScomm by putting together a script which sends info to a remote site and verifies what comes back. So far so good. One thing I would like to to is display what I am receiving from the site I am talking to. Is there any way I can display the data...
  4. alanjmartin

    Excel Com port communication

    I am trying to expand on the script GVF sent on 10th Mar. I am using with Userform1.MSComm1 .InBufferCount = 0 'clear the buffer .Output = SendmyStr TheWait = .2 + Timer Do until Timer >= TheWait 'a pause that allows the device time to respond Loop Response = "" .InputLen = 1 Do...
  5. alanjmartin

    Writing variables to a table

    Thanks for that. I have added rs!Date = Date rs!Time = Time to add in the Date and time but it tells me that it cannot find the field Date although it can find the others in the same table.......???? Thanks again Alan
  6. alanjmartin

    Writing variables to a table

    I am just starting to use VBA in Access and have got myself a bit stuck. I have a little script, thanks to GVF, which reads a few variables from a table, makes a call to a remote machine, and queries it. I need to write this info into a table for reference later. Obviously I have the...
  7. alanjmartin

    Excel Com port communication

    Greg Thanks for the response. Not only did it answer the question I had but also the next 2 which I haven't yet asked.... Well done and thanks Alan
  8. alanjmartin

    Excel Com port communication

    Is it possible to send a variable in the MSComm1.Output = "c nua" & vbCr where nus is a variable or worksheet cell value....?
  9. alanjmartin

    How can I display text from 2 buffers?

    Can anyone help with this...?
  10. alanjmartin

    How can I display text from 2 buffers?

    Thanks for that LittleSmudge. I should have said that I am a novice to all this. I am not sure how I can implement your suggestions. I have put together this tiny piece of code which works. Before I add to this I need to be able to display / record the tx and rx data. Can you help? Private...
  11. alanjmartin

    How can I display text from 2 buffers?

    I am writing a little script which makes a call on com1. I am now trying to display the incoming and outgoing data, read from 2 buffers as the transmission proceeds. I envisage a little screen with the data scrolling with one direction in one colour and the opposite direction in another. Is...
  12. alanjmartin

    Cheapcom & Access

    I have been looking around and there is a good thread which talks about Excel, Com ports and a thing called cheapcom. Can anyone tell me where I can get a copy of cheapcom?
  13. alanjmartin

    Using a serial com port from Access 2000

    Can any on help me. I am relatively new to Access and I have a database which I would like to make calls and store the results. I cannot seem to find any info on using the com port. Is it possible?

Part and Inventory Search

Back
Top