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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by iondy

  1. iondy

    CRC Question

    Thanks for the reply... Sorry, really didnt explain too well. This is an 8 bit packet sent over rs-232. 3 bits of it are data and 2 crc of that data. (made mistake writing it down) Having various data values and the relevant created crc's, how do I go about finding what seed was used to create...
  2. iondy

    CRC Question

    Not truely a tcp/ip question so apologies. Have a serial connection that is sending data as follows: 'A packet header byte is sent followed by data pertaining to that packet followed by a 16 bit CRC.' Now the problem is, I cant seem to reproduce the same CRC. An example of packet sent (hex)...
  3. iondy

    Decoding a serial port....

    sorry, hadn't written the program to convert it into Hex properly. :)
  4. iondy

    Decoding a serial port....

    Thanks idarke. That pretty much along the lines of what I am doing. :) And thanks IonFilipski, I downloaded one of said programs and am now receiving the 'commands sent'. I have one problem now tho, using the serial monitor program I have found out what the baud rate is and how many data bits...
  5. iondy

    Decoding a serial port....

    Now first I apologise if this post is not relevant to this group, but I couldn't find a topic it fitted in, and as I will be doing it in java, thought i'd post it here. If there is one better suited, please point me in the right direction. :) I have a device from 1987 (a Q-Zar lasertag system...
  6. iondy

    Decoding a serial port....

    Now first I apologise if this post is not relevant to this group, but I couldn't find a topic it fitted in, and as I will be doing it in java, thought i'd post it here. If there is one better suited, please point me in the right direction. :) I have a device from 1987 (a Q-Zar lasertag system...
  7. iondy

    Parallel port listener??

    Thank you! :)
  8. iondy

    Parallel port listener??

    I want to write a program which listens to the parallel port and prints on screen any data that is sent to it. I am trying to decode a device and what commands it sends/receives to work. How would i go about this? Thanks! :)
  9. iondy

    Database queries

    That excellent, thanks folks, I will give them a try this afternoon. :)
  10. iondy

    Database queries

    Just getting back into Delphi after about 4 years away, and have a few probs trying to remember a few bits when working with databases. 1) When I return an SQL statement, giving me a single column of x rows, how can I 'export' that as a string array? 2) As 1), but with more than one colum can...

Part and Inventory Search

Back
Top