Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
253 views

UART speed possibly wrong

My brain is fried, so I thought I would pass this one to the community. When sending 1 character to my embedded system, it consistently thinks it receives 2 characters. The first received character ...
3
votes
2answers
259 views

Custom RS485 Protocols

I am writing a simple multi-drop RS485 protocol for serial communications within a distributed system. I am using an addressable model where slave devices are given a window of 20ms to respond. The ...
3
votes
3answers
5k views

Modbus stack for Microchip PIC

Can someone suggest an open source implementation of a Modbus RTU Slave for a Microchip PIC18 processor? I'm looking for an implementation of Modbus RTU for RS-232/RS-485, but a Modbus TCP/IP ...
3
votes
2answers
703 views

How to Verify Atomic Writes?

I have searched diligently (both within the S[O|F|U] network and elsewhere) and believe this to be an uncommon question. I am working with an Atmel AT91SAM9263-EK development board (ARM926EJ-S core, ...
2
votes
4answers
157 views

Does anyone have any sample code or suggestions to help me to interface my 100 pin uc3a1512to a device via RS-485?

I am attempting to connect and control a device which only accepts RS-485 input. I wish to communicate to this device via my existing UC3A1512. Does anyone have any existing source code or examples ...
1
vote
4answers
82 views

Variable Baudrate for serial port possible?

The baudrate is normally set to one of the specified values, like 9600, 56k and so on. Is it possible to select another value, like 123456 Baud? Its an numerical parameter, so why not?
1
vote
1answer
53 views

Prefered method of notifying upper layers about received message

I'm writing a RS485 driver for an embedded C project. The driver is listening for incoming messages and should notify the upper layer application when a complete message is received and ready to be ...
0
votes
1answer
241 views

Sending and receiving information from an HTML5 page via a serial port

I have to make a HTML5 page to run on a handheld console that communicates information through a RS485 serial port (which is an industrial version of the RS232, if I am right!). I wonder by what ...
0
votes
1answer
106 views

C# and RS485/USB receiving extraneous characters

In my project with six laser particle counters, when I send the commands, always return extraneous characters. And sometimes the string received in the form this incomplete. Below is a snippet of ...
0
votes
0answers
69 views

On Board Unit communication via RS485

I've heard of On Board Units (OBU) can communicate via RS485. My question is, how? For example, I would like to ask the state of some runtime variables from the OBU (what doors are open?, etc.) Or ...
0
votes
1answer
165 views

RS485 support in pxa255

I want to use rs485 placed on my card. I'm working on arm-linux and with pxa255 processor. I have already checked "serial.h" located in arm-linux tool chain but unfortunately i couldn't find the ...
0
votes
3answers
225 views

Simple robust error correction for transmission of ascii over serial (RS485)

I have a very low speed data connection over serial (RS485): 9600 baud actual data transmission rate is about 25% of that. The serial line is going through an area of extremely high EMR. Peak ...
0
votes
2answers
1k views

Windows XP embedded - RS485 problems

We've got a system running XP embedded, with COM2 being a hardware RS485 port. In my code, I'm setting up the DCB with *RTS_CONTROL_TOGGLE*. I'd assume that would do what it says... turn off RTS in ...