Search results

  1. N

    Comm Ports without mscomm32

    Jdraw: I would be honored to publish the source code and the Access sample, but do not know how. Could you help, please? Thanks in advance. Guillermo Sieder.
  2. N

    Comm Ports without mscomm32

    [SOLVED] Comm Ports without mscomm32 Hello everyone! With the mix of all your advice I managed to run my program in MsAccess. I added a global constant in module: Global Parar As BooleanIn a new form, I drew two buttons, "Start" and "Stop" and a text box (Text1) In the Start button I wrote this...
  3. N

    Comm Ports without mscomm32

    ¿Pablo Neruda? You probably speak Spanish... Don´t you? That is a DOS program and it will not run on w7. But I am very grateful for your advice. Thank you very much.
  4. N

    Comm Ports without mscomm32

    Doesn't matter, the scale sends a carriage return (chr&(13)) but I'm trying with another characters. For example, I send with my other computer (the scale emulator) this string "123454b" And I change the code like this: Loop Until InStr(Instring, "b") But I can´t read 123454 with the code I...
  5. N

    Comm Ports without mscomm32

    Private Sub Command2_Click() Dim intPortID As Integer ' Ex. 1, 2, 3, 4 for COM1 - COM4 Dim lngStatus As Long Dim strError As String Dim sngStart As Single Dim intPollComResult As Integer '0 Timed Out, 1 Success, 2 Error Dim Instring As String intPortID = 3...
  6. N

    Comm Ports without mscomm32

    Shadow: Your code looks great, but I couldn’t make it works. Let me tell you what I’m doing. I developed (years ago) Software that take the weight of trucks recieving data via serial ports. Visual Basic – Mscomm32 - Win 7. Now my client ask me for a new software but not using exe files, o...
  7. N

    Comm Ports without mscomm32

    Thank you, Shadow, very much for your answer. I have read the article but I have a doubt. There is an event in mscomm32: "OnComm" where it remains waiting to receive a character. I read the data character by character and when it reaches a vbCrLf I use the string to fill a textbox. This is...
  8. N

    Importing/Parsing from PDF into table

    I know, I know it is a little floppy. But when i needed to read a pdf I used the sendkeys like this: ------------------------ In a new file create table TempFactura and a delete query BorroTempFactura. Don't forget to declare shellexecute: Declare Function ShellExecute Lib "Shell32.dll" Alias...
  9. N

    Comm Ports without mscomm32

    [SOLVED]Comm Ports without mscomm32 I love Access, but I hate mscomm32.ocx. With modules we can write our own code, even declare ocx and dlls I have a class (google searching) which can handle this ports but I don't understand how to implement it. Anyone interested in help me a little bit? I...
  10. N

    Guillermo Sieder

    Hi, mi name is Guillermo and my first Access was Access1.1 A very, very long time ago. In those early years: what a difference with Dbase an other ancient databases! But Access has grown a lot, and now I need some help from you. Thanks very much in advance, for your support Guillermo
Back
Top Bottom