reading and writing to a COM Port (RS232)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
carl.bonifacio
Forum Newbie
Posts: 1
Joined: Sat Feb 12, 2011 7:22 am

reading and writing to a COM Port (RS232)

Post by carl.bonifacio »

ive been searching for a code or class that could read / write from a serial port.

the scenario is, i have a scale device, i read its super old documentation in which i have to send a HEX code for reading before the device sends the weight in HEX code format.

i was wondering can PHP send the code to the scale and catch the corresponding weight as well.

thanks in advance
Post Reply