Visual Basic 2005 BasicsIf you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book:
Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Visual Basic 2005 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am writing a program in vb2005 which needs to send binary data which will be used to control a FTDI UM245R chip.
I thought i could use the HEX values of keys like #9786; but this only works for values that appear on the keyboard like @. I need to send single high bits like 4, 8, 16, 32 ,64,128 in binary to control the airship.
Anything you send over a serial port is binary... If you could give finer-grained details, that would be helpful. Could you clarify (perhaps through examples) the meaning of â...need to send single high bits like 4, 8, 16, 32, 64, 128...â?