RS232 Communications

pauly

Member
Join Date
May 2002
Location
South Wales,U.k
Posts
244
I am attempting to get some information from a Janome servo press via its RS232 port. I have a piece of software from the manufactures of the press which uploads what it calls teaching data (parameters etc) and when I do this when monitoring the port on the p.c. I see a lot of of hex ascii characters. None of which mean much to me. Are there any "standard" commands associated with RS232 devices that could be picked out of the data stream copy attached? Without any information from the manufacturer what would the serial comms experts on the forum advise would be my next step to creating the correct message in order to receive the information I need from the press? As I said I have found a software utility that monitors serial port traffic
 
What kind of information are you trying to get from it? Unless you get lucky, most manufacturers use proprietary communication protocols that will be very difficult to decipher without spending a lot of time.

Taking a wild-*** guess: the D2, D3, D5 may be commands and the next character (03 or 43) could be an address. If so, it looks like the third character is the message length since the number of characters (the actual message?) following it always matches that value. I doubt that is very helpful to you though, but at least it's a start.
 

Similar Topics

Hi Guys, Part of a project requires me to communicate via RS232 with 2 special sensors using a ControlLogix L-61. What are my options? i.e I...
Replies
10
Views
6,418
Hi there, At this moment i use mitsubishi PLC's with rs232 communication to a pc platform, a proces that reads and writes to the plc in so...
Replies
11
Views
7,458
i have an device which can support serial (RS485,RS232),CAN protocol . i want to connect it to an existing MIB 1553B bus ,what device will I need...
Replies
0
Views
96
Hello: I have to connect a RS232 Modbus RTU slave that only has Tx, Rx and GND signals to a Modbus RTU master. However, all RS232 to RS485...
Replies
3
Views
233
Hi to everybody. I need to read the first 12 characters of the message that a barcode reader sends to the ascii card (1734-rs232 ascii) and I...
Replies
8
Views
725
Back
Top Bottom