Im develop on c++. The service of bluetooth is serial profile. How can i control the buffer of printer by socket?
If i use serial comm i think that i must open both of the serial comms(incoming and ougoing port) is that correct?
Which is better , using the virtual serial com or the socket functions?
Main Topics
Browse All Topics





by: alexey_gusevPosted on 2009-05-29 at 11:49:11ID: 24505088
it depends on what services BT printer supports, theoretically you can use both methods.
with sockets, you can't use Xon/Xoff unless you use RFComm over BT (ie it'll be serial comms).
if you develop in cf.net languages, perhaps have a look at InTheHand library (versions before 3.0 are free)