Tagged Questions

17
votes
8answers
953 views

Out of curiosity: How are serial numbers generated? Hints, Algorithms?

I wondering about how serial number generators and validator work. My aim would be to generate a serial number with five parts consisting of numbers and letters only. I enjoy codi …
12
votes
4answers
389 views

A good serial communications protocol/stack for embedded devices?

After writing several different custom serial protocols for various projects, I've started to become frustrated with re-inventing the wheel every time. In lieu of continuing to de …
11
votes
7answers
260 views

How do you design a serial command protocol for an embedded system?

I have an embedded system I'm communicating with over serial. The command structure right now is designed to be operated interactively: it displays a prompt, accepts a few commands …
9
votes
9answers
4k views

Get HDD (and NOT Volume) Serial Number on Vista Ultimate 64 bit

Hi all. I was once looking for getting the HDD serial number without using WMI, and I found it. The code I found and posted on StackOverFlow.com works very well on 32 bit Windows, …
6
votes
2answers
536 views

What is the difference between DTR/DSR and RTS/CTS flow control?

What's the difference between DTR/DSR and RTS/CTS hardware flow control? When is each one used? Why do we need more than one kind of hardware flow control? :)
5
votes
2answers
174 views

Comprehesive information on serial ports and programming?

What are some comprehesive sources on serial programming? Ideally they would cover things like: history of devices current and future uses how serial devices work protocols and, …
5
votes
4answers
394 views

Best VM for Delphi development with parallel port

I see that a number of people are doing S/W development (not just Delphi) using a virtual machine to host the IDE and all required files. I've used Microsoft Virtual PC to debug is …
5
votes
6answers
2k views

Programmatically talking to a Serial Port in OS X or Linux

I have a Prolite LED sign that I like to set up to show scrolling search queries from a apache logs and other fun statistics. The problem is, my G5 does not have a serial port, so …
4
votes
4answers
433 views

Which simple future-proof Delphi serial comms code to use?

I've been a fan of Turbopower Async Pro for years, now taken up on SourceForge and it works very well. However, it's complex and I've never really made use of its features other th …
4
votes
5answers
775 views

Serial Communication with Windows XP/win32

Hi, I am working with a peripheral device that needs to be communicated through serial. I can send it commands using Hyperterminal, but now I need to write programs that will let …
3
votes
5answers
275 views

How can I send a string serially from an 8051 only ONCE?

Hello everyone, I am making an 8951 microcontroller communicate wirelessly with a computer. The microcontroller will send a string to its serial port (DB9) and the computer will …
3
votes
4answers
670 views

How do I get Java to use the serial port in Linux?

We make use of a java application that manages a pinpad via the serial port. This works perfectly on windows with the Sun Comm.jar, the supplied dll and the properties file. Now w …
3
votes
3answers
616 views

Getting Epson receipt printer to print from Arduino

This is a bit of an odd/specific question, but I'm having no luck, so maybe someone can help. I'm trying to build a microprinter using an Arduino and an Epson TM-T88II receipt/POS …
3
votes
3answers
824 views

What’s a good approach for developing a simple serial number generator/verifier?

I'm working on an app I'd like to sell some day -- sooner rather than later! I'd like to develop a reasonably simple serial number scheme to protect it. A simple number/letter co …
3
votes
5answers
2k views

Converting serial port data to TCP/IP in a linux environment

Thank you in advance. I need to get data from the serial port of a linux system and convert it to TCP/IP to send to a server. Is this difficult to do? I have some basic programming …

1 2 3 4 5 7 next
15 30 50 per page